BeRTOS
|
CRC-CCITT table and support routines. More...
#include "crc_ccitt.h"
Go to the source code of this file.
Functions | |
uint16_t | crc_ccitt (uint16_t crc, const void *buffer, size_t len) |
This function implements the CRC-CCITT calculation on a buffer. |
CRC-CCITT table and support routines.
Definition in file crc_ccitt.c.
uint16_t crc_ccitt | ( | uint16_t | crc, |
const void * | buf, | ||
size_t | len | ||
) |
This function implements the CRC-CCITT calculation on a buffer.
crc | Current CRC-CCITT value. |
buf | The buffer to perform CRC calculation on. |
len | The length of the Buffer. |
Definition at line 75 of file crc_ccitt.c.