1.6.2.11 1.7.2.11 1.10.1.11 1.11.1.11 1.12.1.11 1.13.1.11 1.22.1.11 1.23.1.11 1.24.1.11 ADCHS_GlobalLevelConversionStop Function
C
void ADCHS_GlobalLevelConversionStop(void)
Summary
Stops the global software level trigger
Description
This function resets the global level software trigger bit. This stops ADC conversion of analog channels configured for global software level trigger.
Precondition
ADCHS_Initialize() function must have been called first for the associated instance and ADC modules corresponding to channels must have been enabled using ADCHS_ModulesEnable() function.
Parameters
None.
Returns
None.
Example
ADCHS_Initialize(); ADCHS_ModulelsEnable(ADCHS_MODULE0_MASK); ADCHS_GlobalLevelConversionStop();
Remarks
None