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

Defines

#define LL_DAC_WAVE_AUTO_GENERATION_NONE   0x00000000UL
#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 282 of file stm32h7xx_ll_dac.h.

#define LL_DAC_WAVE_AUTO_GENERATION_NONE   0x00000000UL

DAC channel wave auto generation mode disabled.

Definition at line 281 of file stm32h7xx_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 283 of file stm32h7xx_ll_dac.h.