STM32L443xx HAL User Manual
|
Defines | |
#define | LL_DAC_OUTPUT_MODE_NORMAL 0x00000000U |
#define | LL_DAC_OUTPUT_MODE_SAMPLE_AND_HOLD (DAC_MCR_MODE1_2) |
#define LL_DAC_OUTPUT_MODE_NORMAL 0x00000000U |
The selected DAC channel output is on mode normal.
Definition at line 342 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 343 of file stm32l4xx_ll_dac.h.