STM32L486xx HAL User Manual
Data Fields
DAC_ChannelConfTypeDef Struct Reference

DAC Configuration regular Channel structure definition. More...

#include <stm32l4xx_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

Detailed Description

DAC Configuration regular Channel structure definition.

Definition at line 130 of file stm32l4xx_hal_dac.h.


Field Documentation

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 146 of file stm32l4xx_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 143 of file stm32l4xx_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 137 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel().

Sample and Hold settings

Definition at line 157 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel().

Specifies the external trigger for the selected DAC channel. This parameter can be a value of DAC trigger selection

Definition at line 140 of file stm32l4xx_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 153 of file stm32l4xx_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 149 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel(), HAL_DACEx_SelfCalibrate(), and HAL_DACEx_SetUserTrimming().


The documentation for this struct was generated from the following file: