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

Return value

An ErrorStatus enumeration value: - SUCCESS: DAC registers are initialized - ERROR: DAC registers are not initialized

Notes

LL_DAC_Init() aims to ease basic configuration of a DAC channel. Leaving it ready to be enabled and output: a level by calling one of LL_DAC_ConvertData12RightAligned LL_DAC_ConvertData12LeftAligned LL_DAC_ConvertData8RightAligned or one of the supported autogenerated wave. This function allows configuration of: - Output mode - Trigger - Wave generation The setting of these parameters by function LL_DAC_Init() is conditioned to DAC state: DAC channel must be disabled.

References

from examples