STM32L486xx HAL User Manual
Defines
DAC operating mode
DAC Exported Constants

Defines

#define LL_DAC_MODE_NORMAL_OPERATION   0x00000000U
#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 262 of file stm32l4xx_ll_dac.h.

#define LL_DAC_MODE_NORMAL_OPERATION   0x00000000U

DAC channel in mode normal operation

Definition at line 261 of file stm32l4xx_ll_dac.h.