SCOM Serial Communication Protocol  0.5.2
Macros
scom_crc.h File Reference

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...
 

Detailed Description

Definition of SCOM CRC functions.

License: $License$
Version
Revision
426
Purpose: SCOM serial communication protocol

Definition in file scom_crc.h.

Macro Definition Documentation

#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().