STM32F439xx HAL User Manual
Data Fields
LL_DAC_InitTypeDef Struct Reference

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

#include <stm32f4xx_ll_dac.h>

Data Fields

uint32_t TriggerSource
uint32_t WaveAutoGeneration
uint32_t WaveAutoGenerationConfig
uint32_t OutputBuffer

Detailed Description

Structure definition of some features of DAC instance.

Definition at line 160 of file stm32f4xx_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 179 of file stm32f4xx_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 IP (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 162 of file stm32f4xx_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 167 of file stm32f4xx_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() or LL_DAC_SetWaveTriangleAmplitude(), depending on the wave automatic generation selected.

Definition at line 172 of file stm32f4xx_ll_dac.h.

Referenced by LL_DAC_Init(), and LL_DAC_StructInit().


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