table of contents
other versions
CRC16(9) | Basic Kernel Library Functions | CRC16(9) |
NAME¶
crc16 - compute the CRC-16 for the data buffer
SYNOPSIS¶
u16 crc16(u16 crc, u8 const * buffer, size_t len);
ARGUMENTS¶
u16 crc
previous CRC value
u8 const * buffer
data pointer
size_t len
number of bytes in the buffer
DESCRIPTION¶
Returns the updated CRC value.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |