1.2.2.16 ADC_SyncTriggerEnable Function

C

void ADC_SyncTriggerEnable(void)

Summary

Enables sync trigger defined by CTRLC.CNT value

Description

The Synchronous Trigger (STRIG) is driven by a counter at the ADC Control Clock (CTL_CLK) frequency and fires when the counter reaches the value defined by CTRLC.CNT[7:0]. ADC_SyncTriggerEnable API enables this clock

Precondition

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

Parameters

None

Returns

None

Example

ADC_SyncTriggerEnable();

Remarks

None