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

Fields

Field
Declared as
Description
uint32_t
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().
uint32_t
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().
uint32_t
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.
uint32_t
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().

References

from examples