1.42.4.5 HEFC_ErrorGet Function

C

HEFC_ERROR HEFC_ErrorGet( void )

Summary

Returns the error encountered by HEFC controller.

Description

This function is used to check error encountered by HEFC controller. Return value can be mapped to HEFC_ERROR to identify particular error.

Precondition

None.

Parameters

None

Returns

HEFC_ERROR - HEFC controller error type

Example

uint32_t error = HEFC_ErrorGet();