#include <FastCRC.h>
Public Member Functions | |
FastCRC16 (uint16_t seed) | |
uint16_t | mcrf4xx_calc (const uint8_t *data, const uint16_t datalen) |
Private Attributes | |
uint16_t | seed_ |
FastCRC16::FastCRC16 | ( | uint16_t | seed | ) |
Constructor
Definition at line 43 of file FastCRCsw.cpp.
MCRF4XX equivalent to _crc_ccitt_update() in crc16.h from avr_libc
data | Pointer to Data |
datalen | Length of Data |
Definition at line 57 of file FastCRCsw.cpp.