1.2.2.20 1.9.1.20 ADC_ChannelSamplingStart Function
C
ADC_ChannelSamplingStart(void)
Summary
Enables the Analog Mux Input and starts sampling on the ADC core and channel that was specified using the ADC_SoftwareControlledConversionEnable() API
Description
Enables the Analog Mux Input and starts sampling. This API must be used in conjuction with ADC_SoftwareControlledConversionEnable() API to start the conversion on the given channel.
Precondition
ADCx_Initialize() function must have been called first for the associated instance.
Parameters
None
Returns
None
Example
ADC_ChannelSamplingStart();
Remarks
None