STM32H735xx HAL User Manual
Defines
DAC output buffer
DAC Exported Constants

Defines

#define DAC_OUTPUTBUFFER_ENABLE   0x00000000U
#define DAC_OUTPUTBUFFER_DISABLE   (DAC_MCR_MODE1_1)

Define Documentation

#define DAC_OUTPUTBUFFER_DISABLE   (DAC_MCR_MODE1_1)

Definition at line 234 of file stm32h7xx_hal_dac.h.

#define DAC_OUTPUTBUFFER_ENABLE   0x00000000U

Definition at line 233 of file stm32h7xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel().