1.9.1.22 ADC_ChannelConversionStart Function

C

ADC_ChannelConversionStart(void)

Summary

Starts conversion on the ADC core and channel that was specified using the ADC_SoftwareControlledConversionEnable() API

Description

Starts conversion on the ADC core and channel that was specified using the ADC_SoftwareControlledConversionEnable() API

Precondition

ADCx_Initialize() function must have been called first for the associated instance.

Parameters

None

Returns

None

Example

ADC_ChannelConversionStart();

Remarks

None