1CRC16(9)                Basic Kernel Library Functions                CRC16(9)
2
3
4

NAME

6       crc16 - compute the CRC-16 for the data buffer
7

SYNOPSIS

9       u16 crc16(u16 crc, u8 const * buffer, size_t len);
10

ARGUMENTS

12       crc
13           previous CRC value
14
15       buffer
16           data pointer
17
18       len
19           number of bytes in the buffer
20

DESCRIPTION

22       Returns the updated CRC value.
23
25Kernel Hackers Manual 3.10         June 2019                          CRC16(9)
Impressum