1.34.5.7 1.35.4.7 1.36.6.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());