crc16 (9) Linux Manual Page
crc16 – compute the CRC-16 for the data buffer
Synopsis
-
u16 crc16(u16crc, u8 constbuffer* , size_tlen);
Arguments
crc
-
- previous CRC value
buffer
- data pointer
len
- number of bytes in the buffer
Description
Returns the updated CRC value.
