STM32F479xx HAL User Manual
|
DAC Configuration regular Channel structure definition. More...
#include <stm32f4xx_hal_dac.h>
Data Fields | |
uint32_t | DAC_Trigger |
uint32_t | DAC_OutputBuffer |
DAC Configuration regular Channel structure definition.
Definition at line 102 of file stm32f4xx_hal_dac.h.
Specifies whether the DAC channel output buffer is enabled or disabled. This parameter can be a value of DAC output buffer
Definition at line 107 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
uint32_t DAC_ChannelConfTypeDef::DAC_Trigger |
Specifies the external trigger for the selected DAC channel. This parameter can be a value of DAC trigger selection
Definition at line 104 of file stm32f4xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().