STM32H735xx HAL User Manual
|
DAC Configuration sample and hold Channel structure definition. More...
#include <stm32h7xx_hal_dac.h>
Data Fields | |
uint32_t | DAC_SampleTime |
uint32_t | DAC_HoldTime |
uint32_t | DAC_RefreshTime |
DAC Configuration sample and hold Channel structure definition.
Definition at line 101 of file stm32h7xx_hal_dac.h.
Specifies the hold time for the selected channel This parameter applies when DAC_SampleAndHold is DAC_SAMPLEANDHOLD_ENABLE. This parameter must be a number between Min_Data = 0 and Max_Data = 1023
Definition at line 107 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Specifies the refresh time for the selected channel This parameter applies when DAC_SampleAndHold is DAC_SAMPLEANDHOLD_ENABLE. This parameter must be a number between Min_Data = 0 and Max_Data = 255
Definition at line 111 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Specifies the Sample time for the selected channel. This parameter applies when DAC_SampleAndHold is DAC_SAMPLEANDHOLD_ENABLE. This parameter must be a number between Min_Data = 0 and Max_Data = 1023
Definition at line 103 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().