crc16 — compute the CRC-16 for the data buffer
u16 crc16 (u16 crc, u8 const * buffer, size_t len);
u16 crc16
previous CRC value
data pointer
number of bytes in the buffer
Returns the updated CRC value.