3.8.19.1 SEFC_ErrorGet Function

C

SEFC_ERROR SEFC_ErrorGet( void ) 

Summary

Returns the error encountered by SEFCx controller.

Description

This function determines the flash panel using SEFC_FlashPanelGet and then checks the error encountered by SEFCx controller. Return value can be mapped to SEFC_ERROR to identify particular error.

Precondition

None.

Parameters

None

Returns

SEFC_ERROR - SEFC controller error type

Example

uint32_t error = SEFC_ErrorGet();