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

Defines

#define LL_DAC_OUTPUT_BUFFER_ENABLE   0x00000000UL
#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 296 of file stm32f4xx_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 295 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_StructInit().