STM32L443xx HAL User Manual
|
Defines | |
#define | LL_DAC_WAVE_AUTO_GENERATION_NONE 0x00000000U |
#define | LL_DAC_WAVE_AUTO_GENERATION_NOISE ( DAC_CR_WAVE1_0) |
#define | LL_DAC_WAVE_AUTO_GENERATION_TRIANGLE (DAC_CR_WAVE1_1 ) |
#define LL_DAC_WAVE_AUTO_GENERATION_NOISE ( DAC_CR_WAVE1_0) |
DAC channel wave auto generation mode enabled, set generated noise waveform.
Definition at line 295 of file stm32l4xx_ll_dac.h.
#define LL_DAC_WAVE_AUTO_GENERATION_NONE 0x00000000U |
DAC channel wave auto generation mode disabled.
Definition at line 294 of file stm32l4xx_ll_dac.h.
Referenced by LL_DAC_Init(), and LL_DAC_StructInit().
#define LL_DAC_WAVE_AUTO_GENERATION_TRIANGLE (DAC_CR_WAVE1_1 ) |
DAC channel wave auto generation mode enabled, set generated triangle waveform.
Definition at line 296 of file stm32l4xx_ll_dac.h.