iLLD_TC27xD  1.0
Interrupt Status Function
Collaboration diagram for Interrupt Status Function:

Functions

IFX_EXTERN void IfxFce_Crc_clearErrorFlags (IfxFce_Crc_Crc *fce)
 Clears the error flags. More...
 
IFX_EXTERN Ifx_FCE_STS IfxFce_Crc_getInterruptStatus (IfxFce_Crc_Crc *fce)
 Gets the current CRC interrupt status. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxFce_Crc_clearErrorFlags ( IfxFce_Crc_Crc fce)

Clears the error flags.

Parameters
fceSpecifies the pointer to FCE module handler
Returns
None

Usage Example: see How to use the FCE CRC Interface driver?

Definition at line 143 of file IfxFce_Crc.c.

IFX_EXTERN Ifx_FCE_STS IfxFce_Crc_getInterruptStatus ( IfxFce_Crc_Crc fce)

Gets the current CRC interrupt status.

Parameters
fceSpecifies the pointer to FCE module handler
Returns
Current interrupt status

Usage Example: see How to use the FCE CRC Interface driver?

Definition at line 166 of file IfxFce_Crc.c.