1.5.24.4 1.29.22.4 SDADC_ConversionStart Function
C
void SDADC_ConversionStart(void)
Summary
Starts the SDADC conversion with the software trigger.
Description
This function triggers the SDADC conversion of the enabled channels.
Precondition
SDADC_Initialize() function must have been called first for the associated instance. Also channel should be selected for associated instance.
Parameters
None.
Returns
None.
Example
SDADC_Initialize(); SDADC_ConversionStart();
Remarks
This function should be called only when SW trigger for conversion is selected.