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