STM32L443xx HAL User Manual
|
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 LL_DAC_NOISE_LFSR_UNMASK_BIT0 0x00000000U |
Noise wave generation, unmask LFSR bit0, for the selected DAC channel
Definition at line 304 of file stm32l4xx_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 314 of file stm32l4xx_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 315 of file stm32l4xx_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 305 of file stm32l4xx_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 306 of file stm32l4xx_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 307 of file stm32l4xx_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 308 of file stm32l4xx_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 309 of file stm32l4xx_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 310 of file stm32l4xx_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 311 of file stm32l4xx_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 312 of file stm32l4xx_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 313 of file stm32l4xx_ll_dac.h.