STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DAC_OUTPUT_MODE_NORMAL 0x00000000UL |
#define | LL_DAC_OUTPUT_MODE_SAMPLE_AND_HOLD (DAC_MCR_MODE1_2) |
#define LL_DAC_OUTPUT_MODE_NORMAL 0x00000000UL |
The selected DAC channel output is on mode normal.
Definition at line 329 of file stm32h7xx_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 330 of file stm32h7xx_ll_dac.h.