1.17.1.4 ADC_SamplingStart Function

C

void ADC_SamplingStart(void);

Summary

Starts the sampling.

Description

This function starts the ADC Sample and Hold circuit to sample the input channel. It needs to be called in application if "Auto-Sampling" is not enabled.

Precondition

  • ADC_Initialize() must have been called.

  • Automatic sampling is disabled.

Parameters

None.

Returns

None.

Example

ADC_SamplingStart();

Remarks

None.