shithub: qk1

ref: 4917b0d877d6b5376eccb8e0ef40e763b7026977
dir: /qw/crc.h/

View raw version
void CRC_Init(unsigned short *crcvalue);
void CRC_ProcessByte(unsigned short *crcvalue, byte data);
unsigned short CRC_Value(unsigned short crcvalue);
unsigned short CRC_Block (byte *start, int count);