iLLD_TC27xD  1.0
Data Structures
Collaboration diagram for Data Structures:

Data Structures

struct  IfxFce_Crc_EnabledInterrupts
 Specifies the interrupt enable structure. More...
 
struct  IfxFce_Crc
 FCE Module Handle. More...
 
struct  IfxFce_Crc_Config
 Configuration structure of the module. More...
 
struct  IfxFce_Crc_Crc
 Specifies the pointer to FCE module handler. More...
 
struct  IfxFce_Crc_CrcConfig
 Specifies the module configuration structure. More...
 

Detailed Description


Data Structure Documentation

struct IfxFce_Crc_EnabledInterrupts

Specifies the interrupt enable structure.

Definition at line 343 of file IfxFce_Crc.h.

Data Fields
boolean busError Specifies enabel/disable of bus error interrupt.
boolean configError Specifies enabel/disable of configuration error interrupt.
boolean crcMismatch Specifies enabel/disable of CRC mismatch interrupt.
boolean lengthError Specifies enabel/disable of length error interrupt.
struct IfxFce_Crc

FCE Module Handle.

Definition at line 357 of file IfxFce_Crc.h.

Data Fields
Ifx_FCE * fce Pointer to FCE registers.
struct IfxFce_Crc_Config

Configuration structure of the module.

Definition at line 364 of file IfxFce_Crc.h.

Data Fields
Ifx_FCE * fce Pointer to FCE registers.
uint16 isrPriority interrupt priority
IfxSrc_Tos isrTypeOfService type of interrupt service
struct IfxFce_Crc_Crc

Specifies the pointer to FCE module handler.

Definition at line 373 of file IfxFce_Crc.h.

Data Fields
IfxFce_Crc32Kernel crc32Kernel Specifies the kernel used for CRC-32.
IfxFce_CrcMode crcMode Specifies the CRC mode.
uint32 expectedCrc Specifies the expected CRC to be compared with resulted.
Ifx_FCE * fce Specifies pointer to FCE module registers.
struct IfxFce_Crc_CrcConfig

Specifies the module configuration structure.

Definition at line 383 of file IfxFce_Crc.h.

Collaboration diagram for IfxFce_Crc_CrcConfig:
Data Fields
boolean automaticLengthReload Specifies the enable/disable of automatic length reload.
boolean crc32BitReflectionEnabled Specifies enable/disable of CRC 32-bit wise reflection.
IfxFce_Crc32Kernel crc32Kernel Specifies the kernel used for CRC-32.
boolean crcCheckCompared Specifies whether CRC check comparision is enabled or not.
IfxFce_CrcMode crcMode Specifies the CRC mode.
boolean crcResultInverted Specifies the XOR valueto get the final CRC.
boolean dataByteReflectionEnabled Specifies enable/disable of input data byte wise reflection.
IfxFce_Crc_EnabledInterrupts enabledInterrupts Specifies the interrupt enable structure.
uint32 expectedCrc Specifies the expected CRC to be compared with resulted.
Ifx_FCE * fce Specifies pointer to FCE module registers.