STM32F439xx HAL User Manual
Defines
DAC waveform automatic generation mode
DAC Exported Constants

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 Documentation

#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 253 of file stm32f4xx_ll_dac.h.

#define LL_DAC_WAVE_AUTO_GENERATION_NONE   0x00000000U

DAC channel wave auto generation mode disabled.

Definition at line 252 of file stm32f4xx_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 254 of file stm32f4xx_ll_dac.h.