1.14.1.4 1.15.1.4 1.16.1.4 1.17.1.4 1.18.1.4 1.19.1.4 1.20.1.4 1.21.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.