STM32H735xx HAL User Manual
|
Defines | |
#define | LL_DAC_OUTPUT_BUFFER_ENABLE 0x00000000UL |
#define | LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_MCR_MODE1_1) |
#define LL_DAC_OUTPUT_BUFFER_DISABLE (DAC_MCR_MODE1_1) |
The selected DAC channel output is not buffered: lower drive current capability, but also lower current consumption
Definition at line 339 of file stm32h7xx_ll_dac.h.
#define LL_DAC_OUTPUT_BUFFER_ENABLE 0x00000000UL |
The selected DAC channel output is buffered: higher drive current capability, but also higher current consumption
Definition at line 338 of file stm32h7xx_ll_dac.h.
Referenced by LL_DAC_StructInit().