SCOM Serial Communication Protocol
0.5.2
|
Definition of SCOM CRC functions. More...
#include "crc16.h"
Go to the source code of this file.
Macros | |
#define | CRC16_InitCRC CRC16_CCITT_InitCRC |
Definition of CRC16 initialization function. More... | |
#define | CRC16_CheckCRC CRC16_CCITT_CheckCRC |
Definition of CRC16 check function. More... | |
#define | CRC16_UpdateCRC_Buf CRC16_CCITT_UpdateCRC_Buf |
Definition of CRC16 buffer update function. More... | |
#define | CRC16_UpdateCRC_Byte CRC16_CCITT_UpdateCRC_Byte |
Definition of CRC16 byte update function. More... | |
Definition of SCOM CRC functions.
Definition in file scom_crc.h.
#define CRC16_CheckCRC CRC16_CCITT_CheckCRC |
Definition of CRC16 check function.
Definition at line 19 of file scom_crc.h.
#define CRC16_InitCRC CRC16_CCITT_InitCRC |
Definition of CRC16 initialization function.
Definition at line 17 of file scom_crc.h.
Referenced by SCOMAckFrame_CalculateCRC(), and SCOMFrame_CalculateCRC().
#define CRC16_UpdateCRC_Buf CRC16_CCITT_UpdateCRC_Buf |
Definition of CRC16 buffer update function.
Definition at line 21 of file scom_crc.h.
#define CRC16_UpdateCRC_Byte CRC16_CCITT_UpdateCRC_Byte |
Definition of CRC16 byte update function.
Definition at line 23 of file scom_crc.h.
Referenced by SCOMAckFrame_CalculateCRC(), and SCOMFrame_CalculateCRC().