1.8.19.6 SEFCx_ErrorGet Function

C

SEFC_ERROR SEFCx_ErrorGet( void ) // x - Instance of the SEFC peripheral

Summary

Returns the error encountered by SEFCx controller.

Description

This function is used to check 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 = SEFC0_ErrorGet();