STM32L486xx HAL User Manual
Data Fields
DAC_SampleAndHoldConfTypeDef Struct Reference

DAC Configuration sample and hold Channel structure definition. More...

#include <stm32l4xx_hal_dac.h>

Data Fields

uint32_t DAC_SampleTime
uint32_t DAC_HoldTime
uint32_t DAC_RefreshTime

Detailed Description

DAC Configuration sample and hold Channel structure definition.

Definition at line 111 of file stm32l4xx_hal_dac.h.


Field Documentation

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 117 of file stm32l4xx_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 121 of file stm32l4xx_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 113 of file stm32l4xx_hal_dac.h.

Referenced by HAL_DAC_ConfigChannel().


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