STM32H735xx HAL User Manual
Data Fields
LL_DAC_InitTypeDef Struct Reference

Structure definition of some features of DAC instance. More...

#include <stm32h7xx_ll_dac.h>

Data Fields

uint32_t TriggerSource
uint32_t WaveAutoGeneration
uint32_t WaveAutoGenerationConfig
uint32_t OutputBuffer
uint32_t OutputConnection
uint32_t OutputMode

Detailed Description

Structure definition of some features of DAC instance.

Definition at line 140 of file stm32h7xx_ll_dac.h.


Field Documentation

Set the output buffer for the selected DAC channel. This parameter can be a value of DAC channel output buffer

This feature can be modified afterwards using unitary function LL_DAC_SetOutputBuffer().

Definition at line 169 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().

Set the output connection for the selected DAC channel. This parameter can be a value of DAC channel output connection

This feature can be modified afterwards using unitary function LL_DAC_SetOutputConnection().

Definition at line 175 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().

Set the output mode normal or sample-and-hold for the selected DAC channel. This parameter can be a value of DAC channel output mode

This feature can be modified afterwards using unitary function LL_DAC_SetOutputMode().

Definition at line 181 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().

Set the conversion trigger source for the selected DAC channel: internal (SW start) or from external peripheral (timer event, external interrupt line). This parameter can be a value of DAC trigger source

This feature can be modified afterwards using unitary function LL_DAC_SetTriggerSource().

Definition at line 142 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().

Set the waveform automatic generation mode for the selected DAC channel. This parameter can be a value of DAC waveform automatic generation mode

This feature can be modified afterwards using unitary function LL_DAC_SetWaveAutoGeneration().

Definition at line 150 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().

Set the waveform automatic generation mode for the selected DAC channel. If waveform automatic generation mode is set to noise, this parameter can be a value of DAC wave generation - Noise LFSR unmask bits If waveform automatic generation mode is set to triangle, this parameter can be a value of DAC wave generation - Triangle amplitude

Note:
If waveform automatic generation mode is disabled, this parameter is discarded.

This feature can be modified afterwards using unitary function LL_DAC_SetWaveNoiseLFSR(), LL_DAC_SetWaveTriangleAmplitude() depending on the wave automatic generation selected.

Definition at line 156 of file stm32h7xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().


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