Configure_ADC() function
Configure ADC (ADC instance: ADCx) and GPIO used by ADC channels.
Syntax
static void Configure_ADC(void);
Return value
None
Notes
Using HAL driver, configuration of GPIO used by ADC channels, NVIC and clock source at top level (RCC) are not implemented into this function, must be implemented into function "HAL_ADC_MspInit()".