SCOM Serial Communication Protocol  0.5.2
scom_crc.h
Go to the documentation of this file.
1 
10 #ifndef SCOM_CRC_H_
11 #define SCOM_CRC_H_
12 
13 #include "crc16.h"
14 
15 
17 #define CRC16_InitCRC CRC16_CCITT_InitCRC
18 #define CRC16_CheckCRC CRC16_CCITT_CheckCRC
20 #define CRC16_UpdateCRC_Buf CRC16_CCITT_UpdateCRC_Buf
22 #define CRC16_UpdateCRC_Byte CRC16_CCITT_UpdateCRC_Byte
24 
25 
26 #endif /* SCOM_CRC_H */