iLLD_TC29x
1.0
|
FCE basic functionality. More...
#include "_Impl/IfxFce_cfg.h"
#include "Cpu/Std/IfxCpu_Intrinsics.h"
#include "Scu/Std/IfxScuWdt.h"
#include "IfxFce_reg.h"
#include "Src/Std/IfxSrc.h"
Go to the source code of this file.
Enumerations | |
enum | IfxFce_Crc32Kernel { IfxFce_Crc32Kernel_0 = 0, IfxFce_Crc32Kernel_1 } |
Ifx_FCE_INx(x= 0,1), Specifies the kernel used for CRC-32. More... | |
enum | IfxFce_CrcMode { IfxFce_CrcMode_8 = 0, IfxFce_CrcMode_16 = 1, IfxFce_CrcMode_32 = 2 } |
Specifies the CRC mode. More... | |
Functions | |
IFX_INLINE void | IfxFce_enableModule (Ifx_FCE *fce) |
Enable the control of FCE module. More... | |
IFX_EXTERN void | IfxFce_resetModule (Ifx_FCE *fce) |
Reset the module by clearing the kernel. More... | |
IFX_EXTERN uint32 | IfxFce_reflectCrc32 (uint32 crcStartValue, uint8 crcLength) |
Reflects the CRC data and returns it. More... | |
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... | |
FCE basic functionality.
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.h.