Microchip® Advanced Software Framework

    Implementation of the CRC16 calculcation
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "crc16.h"

Functions

unsigned short crc16_add (unsigned char b, unsigned short crc)
 Update an accumulated CRC16 checksum with one byte. More...
 
unsigned short crc16_data (const unsigned char *data, int datalen, unsigned short acc)
 Calculate the CRC16 over a data area. More...