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

Functions

IFX_INLINE void IfxFce_clearCrc16ErrorFlags (Ifx_FCE *fce)
 Clears the CRC-16 error flags. More...
 
IFX_INLINE void IfxFce_clearCrc32ErrorFlags (Ifx_FCE *fce, IfxFce_Crc32Kernel crc32Kernel)
 Clears the CRC-32 error flags. More...
 
IFX_INLINE void IfxFce_clearCrc8ErrorFlags (Ifx_FCE *fce)
 Clears the CRC-8 error flags. More...
 
IFX_INLINE volatile Ifx_SRC_SRCR * IfxFce_getSrcPointer (Ifx_FCE *fce)
 Returns the SRC pointer for FCE. More...
 
IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc16InterruptStatus (Ifx_FCE *fce)
 Gets the CRC-16 interrupt status. More...
 
IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc32InterruptStatus (Ifx_FCE *fce, IfxFce_Crc32Kernel crc32Kernel)
 Gets the CRC-32 interrupt status. More...
 
IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc8InterruptStatus (Ifx_FCE *fce)
 Gets the CRC-8 interrupt status. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxFce_clearCrc16ErrorFlags ( Ifx_FCE *  fce)

Clears the CRC-16 error flags.

Parameters
fceSpecifies pointer to FCE module registers
Returns
None

Definition at line 174 of file IfxFce.h.

Referenced by IfxFce_Crc_clearErrorFlags().

IFX_INLINE void IfxFce_clearCrc32ErrorFlags ( Ifx_FCE *  fce,
IfxFce_Crc32Kernel  crc32Kernel 
)

Clears the CRC-32 error flags.

Parameters
fceSpecifies pointer to FCE module registers
crc32KernelSpecifies the kernel used for CRC-32
Returns
None

Definition at line 180 of file IfxFce.h.

Referenced by IfxFce_Crc_clearErrorFlags().

IFX_INLINE void IfxFce_clearCrc8ErrorFlags ( Ifx_FCE *  fce)

Clears the CRC-8 error flags.

Parameters
fceSpecifies pointer to FCE module registers
Returns
None

Definition at line 193 of file IfxFce.h.

Referenced by IfxFce_Crc_clearErrorFlags().

IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc16InterruptStatus ( Ifx_FCE *  fce)

Gets the CRC-16 interrupt status.

Parameters
fceSpecifies pointer to FCE module registers
Returns
Current CRC-16 interrupt status

Definition at line 36 of file IfxFce.c.

Referenced by IfxFce_Crc_getInterruptStatus().

IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc32InterruptStatus ( Ifx_FCE *  fce,
IfxFce_Crc32Kernel  crc32Kernel 
)

Gets the CRC-32 interrupt status.

Parameters
fceSpecifies pointer to FCE module registers
crc32KernelSpecifies the kernel used for CRC-32
Returns
Current CRC-32 interrupt status

Definition at line 44 of file IfxFce.c.

Referenced by IfxFce_Crc_getInterruptStatus().

IFX_EXTERN Ifx_FCE_STS IfxFce_getCrc8InterruptStatus ( Ifx_FCE *  fce)

Gets the CRC-8 interrupt status.

Parameters
fceSpecifies pointer to FCE module registers
Returns
Current CRC-8 interrupt status

Definition at line 61 of file IfxFce.c.

Referenced by IfxFce_Crc_getInterruptStatus().

IFX_INLINE volatile Ifx_SRC_SRCR * IfxFce_getSrcPointer ( Ifx_FCE *  fce)

Returns the SRC pointer for FCE.

Parameters
fceSpecifies pointer to FCE module registers

Definition at line 205 of file IfxFce.h.

Referenced by IfxFce_Crc_initModule().