Files | |
file | otCRC.h |
Cyclic Redundancy Check Library. | |
Modules | |
Version History | |
Functions | |
unsigned char | crc7 (unsigned char crc, const unsigned char *buffer, unsigned len) |
Calculate the CRC according to the polynomial: x^7 + x^3 + 1. | |
unsigned short | crc16 (const void *buf, int len) |
CRC16 implementation acording to CCITT standards. |
|
|
|
|