1.34.5.6 1.35.4.6 1.36.6.6 EFC_ErrorGet Function
C
EFC_ERROR EFC_ErrorGet( void )
Summary
Returns the error encountered by EFC controller.
Description
This function is used to check error encountered by EFC controller. Return value can be mapped to EFC_ERROR to identify particular error.
Precondition
None.
Parameters
None
Returns
EFC_ERROR - EFC controller error type
Example
uint32_t error = EFC_ErrorGet();