1.3.2.5 1.4.2.5 1.5.2.5 1.8.2.9 1.14.1.5 1.15.1.5 1.16.1.5 1.17.1.5 1.18.1.5 1.19.1.5 1.20.1.5 1.21.1.5 1.25.1.6 1.26.1.6 1.27.2.6 1.28.2.9 1.29.2.5 1.30.2.5 1.31.2.5 1.32.2.5 1.33.2.5 1.35.1.6 1.36.1.6 1.37.2.5 1.38.2.5 1.39.1.5 1.40.2.5 1.41.1.6 ADCx_ConversionStart Function
C
void ADCx_ConversionStart( void ); // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
Summary
Starts the ADC conversion with the software trigger.
Description
This function triggers the ADC conversion of the selected channel
Precondition
ADCx_Initialize() function must have been called first for the associated instance.
Parameters
None.
Returns
None.
Example
ADC0_Initialize(); ADC0_ConversionStart();
Remarks
This function should be called for each conversion when SW trigger for conversion is selected.