Configure_DAC() is only used within DAC_GenerateWaveform_TriggerHW.
 
Symbols
loading...
Files
loading...

Configure_DAC() function

Configure DAC (DAC instance: DAC1, DAC instance channel: channel1 ) and GPIO used by DAC channel.

Syntax

void Configure_DAC(void);
Implemented in main.c:334

Return value

None

Notes

This function configures the DAC channel but does not enable it, in order to optimize power consumption (DAC channel enabled only when needed). Peripheral configuration is minimal configuration from reset values. Thus, some useless LL unitary functions calls below are provided as commented examples - setting is default configuration from reset.

References

LocationReferrerText
main.c:334
void Configure_DAC(void)
main.c:127
void Configure_DAC(void);
main.c:167main()
Configure_DAC();

Call Tree

Functions calling Configure_DAC()
Functions called by Configure_DAC()
all items filtered out
Configure_DAC()
Data read by Configure_DAC()
all items filtered out
Configure_DAC()