STM32H735xx HAL User Manual
|
DAC Configuration regular Channel structure definition. More...
#include <stm32h7xx_hal_dac.h>
Data Fields | |
uint32_t | DAC_SampleAndHold |
uint32_t | DAC_Trigger |
uint32_t | DAC_OutputBuffer |
uint32_t | DAC_ConnectOnChipPeripheral |
uint32_t | DAC_UserTrimming |
uint32_t | DAC_TrimmingValue |
DAC_SampleAndHoldConfTypeDef | DAC_SampleAndHoldConfig |
DAC Configuration regular Channel structure definition.
Definition at line 119 of file stm32h7xx_hal_dac.h.
Specifies whether the DAC output is connected or not to on chip peripheral . This parameter can be a value of DAC ConnectOnChipPeripheral
Definition at line 130 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Specifies whether the DAC channel output buffer is enabled or disabled. This parameter can be a value of DAC output buffer
Definition at line 127 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Specifies whether the DAC mode. This parameter can be a value of DAC power mode
Definition at line 121 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Sample and Hold settings
Definition at line 140 of file stm32h7xx_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 124 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel().
Specifies the offset trimming value i.e. when DAC_SampleAndHold is DAC_TRIMMING_USER. This parameter must be a number between Min_Data = 1 and Max_Data = 31
Definition at line 137 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel(), HAL_DACEx_SelfCalibrate(), and HAL_DACEx_SetUserTrimming().
Specifies the trimming mode This parameter must be a value of DAC User Trimming DAC_UserTrimming is either factory or user trimming
Definition at line 133 of file stm32h7xx_hal_dac.h.
Referenced by HAL_DAC_ConfigChannel(), HAL_DACEx_SelfCalibrate(), and HAL_DACEx_SetUserTrimming().