1.42.4.6 HEFC_IsBusy Function

C

bool HEFC_IsBusy(void)

Summary

Returns the current status of HEFC controller.

Description

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

Precondition

None.

Parameters

None

Returns

true: If HEFC peripheral is busy doing an operation.

false: If HEFC peripheral is ready to accept new request..

Example

HEFC_SectorErase( 0x10010000 );

while(HEFC_IsBusy());