STM32F439xx HAL User Manual
Defines
DAC wave generation - Noise LFSR unmask bits
DAC Exported Constants

Defines

#define LL_DAC_NOISE_LFSR_UNMASK_BIT0   0x00000000U
#define LL_DAC_NOISE_LFSR_UNMASK_BITS1_0   ( DAC_CR_MAMP1_0)
#define LL_DAC_NOISE_LFSR_UNMASK_BITS2_0   ( DAC_CR_MAMP1_1 )
#define LL_DAC_NOISE_LFSR_UNMASK_BITS3_0   ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)
#define LL_DAC_NOISE_LFSR_UNMASK_BITS4_0   ( DAC_CR_MAMP1_2 )
#define LL_DAC_NOISE_LFSR_UNMASK_BITS5_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0)
#define LL_DAC_NOISE_LFSR_UNMASK_BITS6_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 )
#define LL_DAC_NOISE_LFSR_UNMASK_BITS7_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)
#define LL_DAC_NOISE_LFSR_UNMASK_BITS8_0   (DAC_CR_MAMP1_3 )
#define LL_DAC_NOISE_LFSR_UNMASK_BITS9_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0)
#define LL_DAC_NOISE_LFSR_UNMASK_BITS10_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 )
#define LL_DAC_NOISE_LFSR_UNMASK_BITS11_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)

Define Documentation

#define LL_DAC_NOISE_LFSR_UNMASK_BIT0   0x00000000U

Noise wave generation, unmask LFSR bit0, for the selected DAC channel

Definition at line 262 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().

#define LL_DAC_NOISE_LFSR_UNMASK_BITS10_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 )

Noise wave generation, unmask LFSR bits[10:0], for the selected DAC channel

Definition at line 272 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS11_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[11:0], for the selected DAC channel

Definition at line 273 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS1_0   ( DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[1:0], for the selected DAC channel

Definition at line 263 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS2_0   ( DAC_CR_MAMP1_1 )

Noise wave generation, unmask LFSR bits[2:0], for the selected DAC channel

Definition at line 264 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS3_0   ( DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[3:0], for the selected DAC channel

Definition at line 265 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS4_0   ( DAC_CR_MAMP1_2 )

Noise wave generation, unmask LFSR bits[4:0], for the selected DAC channel

Definition at line 266 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS5_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[5:0], for the selected DAC channel

Definition at line 267 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS6_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 )

Noise wave generation, unmask LFSR bits[6:0], for the selected DAC channel

Definition at line 268 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS7_0   ( DAC_CR_MAMP1_2 | DAC_CR_MAMP1_1 | DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[7:0], for the selected DAC channel

Definition at line 269 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS8_0   (DAC_CR_MAMP1_3 )

Noise wave generation, unmask LFSR bits[8:0], for the selected DAC channel

Definition at line 270 of file stm32f4xx_ll_dac.h.

#define LL_DAC_NOISE_LFSR_UNMASK_BITS9_0   (DAC_CR_MAMP1_3 | DAC_CR_MAMP1_0)

Noise wave generation, unmask LFSR bits[9:0], for the selected DAC channel

Definition at line 271 of file stm32f4xx_ll_dac.h.