1.34.5.7 EFC_IsBusy Function

C

bool EFC_IsBusy(void)

Summary

Returns the current status of EFC controller.

Description

This function is used to check is EFC is busy or not

Precondition

None.

Parameters

None.

Returns

true - If EFC peripheral is busy doing an operation.

false - If EFC peripheral is ready to accept new request..

Example

EFC_SectorErase( 0x500000 );

while(EFC_IsBusy());