iLLD_TC29x
1.0
|
FCE CRC details. More...
Go to the source code of this file.
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... | |
Functions | |
IFX_EXTERN void | IfxFce_Crc_deInitModule (IfxFce_Crc_Crc *fce) |
Deinitialises the FCE module. More... | |
IFX_EXTERN void | IfxFce_Crc_initCrc (IfxFce_Crc_Crc *fceCrc, const IfxFce_Crc_CrcConfig *crcConfig) |
Initialise the FCE module for CRC computation according to CRC mode. More... | |
IFX_EXTERN void | IfxFce_Crc_initCrcConfig (IfxFce_Crc_CrcConfig *crcConfig, IfxFce_Crc *fce) |
Initialises the default CRC configuration buffer. More... | |
IFX_EXTERN void | IfxFce_Crc_initModule (IfxFce_Crc *fce, const IfxFce_Crc_Config *config) |
Usage Example: see How to use the FCE CRC Interface driver?. More... | |
IFX_EXTERN void | IfxFce_Crc_initModuleConfig (IfxFce_Crc_Config *config, Ifx_FCE *fce) |
Fills the config structure with default values. More... | |
IFX_EXTERN uint16 | IfxFce_Crc_calculateCrc16 (IfxFce_Crc_Crc *fce, const uint16 *crcData, uint32 crcDataLength, uint16 crcStartValue) |
Calculate the XORed 16-bit CRC value and returns it. It takes the precomputed XORed and reversed. More... | |
IFX_EXTERN uint32 | IfxFce_Crc_calculateCrc32 (IfxFce_Crc_Crc *fce, const uint32 *crcData, uint32 crcDataLength, uint32 crcStartValue) |
Calculate the XORed 32-bit CRC value and returns it. It takes the precomputed XORed and reversed. More... | |
IFX_EXTERN uint8 | IfxFce_Crc_calculateCrc8 (IfxFce_Crc_Crc *fce, const uint8 *crcData, uint32 crcDataLength, uint8 crcStartValue) |
Calculate the XORed 8-bit CRC value and returns it. It takes the precomputed XORed and reversed. More... | |
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... | |
FCE CRC details.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxFce_Crc.h.