Enum stm32wlxx_hal::pac::dac::cr::MAMP1_A
#[repr(u8)]pub enum MAMP1_A {
Amp1 = 0,
Amp3 = 1,
Amp7 = 2,
Amp15 = 3,
Amp31 = 4,
Amp63 = 5,
Amp127 = 6,
Amp255 = 7,
Amp511 = 8,
Amp1023 = 9,
Amp2047 = 10,
Amp4095 = 11,
}
stm32wl5x_cm4
only.Expand description
DAC channel1 mask/amplitude selector
Value on reset: 0
Variants§
Amp1 = 0
0: Unmask bit0 of LFSR/ triangle amplitude equal to 1
Amp3 = 1
1: Unmask bits[1:0] of LFSR/ triangle amplitude equal to 3
Amp7 = 2
2: Unmask bits[2:0] of LFSR/ triangle amplitude equal to 7
Amp15 = 3
3: Unmask bits[3:0] of LFSR/ triangle amplitude equal to 15
Amp31 = 4
4: Unmask bits[4:0] of LFSR/ triangle amplitude equal to 31
Amp63 = 5
5: Unmask bits[5:0] of LFSR/ triangle amplitude equal 63
Amp127 = 6
6: Unmask bits[6:0] of LFSR/ triangle amplitude equal to 127
Amp255 = 7
7: Unmask bits[7:0] of LFSR/ triangle amplitude equal to 255
Amp511 = 8
8: Unmask bits[8:0] of LFSR/ triangle amplitude equal to 511
Amp1023 = 9
9: Unmask bits[9:0] of LFSR/ triangle amplitude equal to 1023
Amp2047 = 10
10: Unmask bits[10:0] of LFSR/ triangle amplitude equal to 2047
Amp4095 = 11
11: Unmask bits[11:0] of LFSR/ triangle amplitude equal to 4095