STM32H735xx HAL User Manual
Defines
DAC operating mode
DAC Exported Constants

Defines

#define LL_DAC_MODE_NORMAL_OPERATION   0x00000000UL
#define LL_DAC_MODE_CALIBRATION   (DAC_CR_CEN1)

Define Documentation

#define LL_DAC_MODE_CALIBRATION   (DAC_CR_CEN1)

DAC channel in mode calibration

Definition at line 241 of file stm32h7xx_ll_dac.h.

#define LL_DAC_MODE_NORMAL_OPERATION   0x00000000UL

DAC channel in mode normal operation

Definition at line 240 of file stm32h7xx_ll_dac.h.