STM32F439xx 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_CR_BOFF1)

Define Documentation

#define LL_DAC_OUTPUT_BUFFER_DISABLE   (DAC_CR_BOFF1)

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

Definition at line 301 of file stm32f4xx_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 300 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().