STM32L486xx HAL User Manual
Defines
DAC channel output mode
DAC Exported Constants

Defines

#define LL_DAC_OUTPUT_MODE_NORMAL   0x00000000U
#define LL_DAC_OUTPUT_MODE_SAMPLE_AND_HOLD   (DAC_MCR_MODE1_2)

Define Documentation

#define LL_DAC_OUTPUT_MODE_NORMAL   0x00000000U

The selected DAC channel output is on mode normal.

Definition at line 349 of file stm32l4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().

#define LL_DAC_OUTPUT_MODE_SAMPLE_AND_HOLD   (DAC_MCR_MODE1_2)

The selected DAC channel output is on mode sample-and-hold. Mode sample-and-hold requires an external capacitor, refer to description of function LL_DAC_ConfigOutput() or LL_DAC_SetOutputMode().

Definition at line 350 of file stm32l4xx_ll_dac.h.