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

Defines

#define LL_DAC_OUTPUT_BUFFER_ENABLE   0x00000000U
#define LL_DAC_OUTPUT_BUFFER_DISABLE   (DAC_MCR_MODE1_1)

Define Documentation

#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 359 of file stm32l4xx_ll_dac.h.

#define LL_DAC_OUTPUT_BUFFER_ENABLE   0x00000000U

The selected DAC channel output is buffered: higher drive current capability, but also higher current consumption

Definition at line 358 of file stm32l4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().