HAL + 0/1 examples
CodeScope will show references to LL_DAC_InitTypeDef from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Examples_LL
DAC
 
Symbols
loading...
Files
loading...

LL_DAC_InitTypeDef struct

Structure definition of some features of DAC instance.

Syntax

typedef struct {   uint32_t TriggerSource;                  uint32_t WaveAutoGeneration;             uint32_t WaveAutoGenerationConfig;       uint32_t OutputBuffer;                 } LL_DAC_InitTypeDef;

Fields

TriggerSource

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_LL_EC_TRIGGER_SOURCE This feature can be modified afterwards using unitary function LL_DAC_SetTriggerSource(). Read more...

WaveAutoGeneration

Set the waveform automatic generation mode for the selected DAC channel. This parameter can be a value of DAC_LL_EC_WAVE_AUTO_GENERATION_MODE This feature can be modified afterwards using unitary function LL_DAC_SetWaveAutoGeneration(). Read more...

WaveAutoGenerationConfig

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_LL_EC_WAVE_NOISE_LFSR_UNMASK_BITS If waveform automatic generation mode is set to triangle, this parameter can be a value of DAC_LL_EC_WAVE_TRIANGLE_AMPLITUDE. Read more...

OutputBuffer

Set the output buffer for the selected DAC channel. This parameter can be a value of DAC_LL_EC_OUTPUT_BUFFER This feature can be modified afterwards using unitary function LL_DAC_SetOutputBuffer(). Read more...

Examples

LL_DAC_InitTypeDef is referenced by 1 libraries and example projects.