STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DAC output buffer:

Macros

#define DAC_OUTPUTBUFFER_ENABLE   0x00000000U
 
#define DAC_OUTPUTBUFFER_DISABLE   (DAC_CR_BOFF1)
 

Detailed Description

Macro Definition Documentation

◆ DAC_OUTPUTBUFFER_ENABLE

#define DAC_OUTPUTBUFFER_ENABLE   0x00000000U

#include <stm32f4xx_hal_dac.h>

Definition at line 186 of file stm32f4xx_hal_dac.h.

◆ DAC_OUTPUTBUFFER_DISABLE

#define DAC_OUTPUTBUFFER_DISABLE   (DAC_CR_BOFF1)

#include <stm32f4xx_hal_dac.h>

Definition at line 187 of file stm32f4xx_hal_dac.h.