iLLD_TC29x
1.0
|
FCE CRC details. More...
#include "IfxFce_Crc.h"
Go to the source code of this file.
Functions | |
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... | |
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... | |
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... | |
void | IfxFce_Crc_clearErrorFlags (IfxFce_Crc_Crc *fce) |
Clears the error flags. More... | |
void | IfxFce_Crc_deInitModule (IfxFce_Crc_Crc *fce) |
Deinitialises the FCE module. More... | |
Ifx_FCE_STS | IfxFce_Crc_getInterruptStatus (IfxFce_Crc_Crc *fce) |
Gets the current CRC interrupt status. More... | |
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... | |
void | IfxFce_Crc_initCrcConfig (IfxFce_Crc_CrcConfig *crcConfig, IfxFce_Crc *fce) |
Initialises the default CRC configuration buffer. More... | |
void | IfxFce_Crc_initModule (IfxFce_Crc *fce, const IfxFce_Crc_Config *config) |
Usage Example: see How to use the FCE CRC Interface driver?. More... | |
void | IfxFce_Crc_initModuleConfig (IfxFce_Crc_Config *config, Ifx_FCE *fce) |
Fills the config structure with default values. 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.c.