1.34.5.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();