1.6.2.10 1.7.2.10 1.10.1.10 1.11.1.10 1.12.1.10 1.13.1.10 1.22.1.10 1.23.1.10 1.24.1.10 ADCHS_GlobalLevelConversionStart Function
C
void ADCHS_GlobalLevelConversionStart(void)
Summary
Starts the ADC conversion of analog channels configured for global software level trigger
Description
This function sets the global level software trigger bit. This starts 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_GlobalLevelConversionStart();
Remarks
None