1.6.2.9 1.7.2.9 1.10.1.9 1.11.1.9 1.12.1.9 1.13.1.9 1.22.1.9 1.23.1.9 1.24.1.9 ADCHS_GlobalEdgeConversionStart Function
C
void ADCHS_GlobalEdgeConversionStart(void)
Summary
Starts the ADC conversion of analog channels configured for global software edge trigger
Description
This function sets the global edge software trigger bit. This starts ADC conversion of analog channels configured for global software edge 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_GlobalEdgeConversionStart();
Remarks
None