Go to the source code of this file.
Functions | |
uint32_t | crc_itu32_calc (const uint8_t *buf, int len, uint32_t crc) |
Calculate the ITU/CCITT CRC-32 value in buffer. | |
int | crc_itu32_append (uint8_t *buf, int len) |
Append an ITU/CCITT CRC-32 value to a frame. | |
int | crc_itu32_check (const uint8_t *buf, int len) |
Check the ITU/CCITT CRC-32 value in a frame. | |
uint16_t | crc_itu16_calc (const uint8_t *buf, int len, uint16_t crc) |
Calculate the ITU/CCITT CRC-16 value in buffer. | |
int | crc_itu16_append (uint8_t *buf, int len) |
Append an ITU/CCITT CRC-16 value to a frame. | |
int | crc_itu16_check (const uint8_t *buf, int len) |
Check the ITU/CCITT CRC-16 value in a frame. |
|
Append an ITU/CCITT CRC-16 value to a frame.
|
|
Calculate the ITU/CCITT CRC-16 value in buffer.
|
|
Check the ITU/CCITT CRC-16 value in a frame.
|
|
Append an ITU/CCITT CRC-32 value to a frame.
|
|
Calculate the ITU/CCITT CRC-32 value in buffer.
|
|
Check the ITU/CCITT CRC-32 value in a frame.
|