Macros | |
#define | CRC_INIT_VALUE 0xffff |
#define | CRC_XOR_VALUE 0x0000 |
Functions | |
unsigned short | CRC_Block (const byte *start, int count) |
void | CRC_Init (unsigned short *crcvalue) |
void | CRC_ProcessBlock (const byte *start, unsigned short *crcvalue, int count) |
void | CRC_ProcessByte (unsigned short *crcvalue, byte data) |
unsigned short | CRC_Value (unsigned short crcvalue) |
#define CRC_INIT_VALUE 0xffff |
#define CRC_XOR_VALUE 0x0000 |