1.41.6.4 HEMC_HeccGetStatus Function

C

HEMC_HECC_STATUS HEMC_HeccGetStatus ( void )

Summary

Get the HECC status of the HEMC peripheral.

Description

Get the HECC status of the HEMC peripheral.

Precondition

None.

Parameters

None.

Returns

Current status of the HEMC peripheral.

Example

HEMC_HECC_STATUS status;
status = HEMC_HeccGetStatus();

Remarks

None