1.2.2.21 ADC_ChannelSamplingStop Function

C

ADC_ChannelSamplingStop(void)

Summary

Stops sampling on the ADC core and channel that was specified using the ADC_SoftwareControlledConversionEnable() API

Description

Disables sampling on the specified ADC core's channel

Precondition

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

Parameters

None

Returns

None

Example

ADC_ChannelSamplingStop();

Remarks

None