1.7.2.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