Configure_DAC() function
Configure DAC (DAC instance: DAC1, DAC instance channel: channel1 ) and GPIO used by DAC channel.
Syntax
void Configure_DAC(void);
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.