3.3.4.53 EMAFE_ADCIsAnalogSystemReady Function

C

void EMAFE_ADCIsAnalogSystemReady(void);

Summary

Check if Analog System is ready.

Description

Check if Analog System is ready.

Precondition

None.

Parameters

None.

Returns

True if Analog System is ready.

Example


if (EMAFE_ADCIsAnalogSystemReady())
{
        // Analog System is ready
}

Remarks

Each time a software or hardware reset is performed, the analog is initialized. Analog System is true indicates the end of initialization periods.

Important: When Analog System is false, configuration must not be performed.