The CRC16 calculation module is an iterative CRC calculator that can be used to cummulatively update a CRC checksum for every incoming byte.
Files | |
file | crc16.h |
Header file for the CRC16 calculcation. | |
file | crc16.c |
Implementation of the CRC16 calculcation. | |
Functions | |
unsigned short | crc16_add (unsigned char b, unsigned short crc) |
Update an accumulated CRC16 checksum with one byte. |
|
Update an accumulated CRC16 checksum with one byte.
Definition at line 48 of file crc16.c. Referenced by PT_THREAD(). |