1.9.1.13 ADC_GlobalEdgeConversionStart Function

C

void ADC_GlobalEdgeConversionStart(void)

Summary

Generates global edge trigger and starts conversion on channels configured with Global edge as the trigger source

Description

This function generates global edge trigger and starts conversion on channels configured with Global edge as the trigger source

Precondition

ADCx_Initialize() function must have been called first for the associated instance.

Parameters

None

Returns

None

Example

ADC_GlobalEdgeConversionStart();

Remarks

None