#include <stddef.h>
Go to the source code of this file.
Functions | |
unsigned | crc16ccitt_false_bit (unsigned crc, void const *mem, size_t len) |
unsigned | crc16ccitt_false_byte (unsigned crc, void const *mem, size_t len) |
unsigned | crc16ccitt_false_rem (unsigned crc, unsigned val, unsigned bits) |
unsigned | crc16ccitt_false_word (unsigned crc, void const *mem, size_t len) |
unsigned crc16ccitt_false_bit | ( | unsigned | crc, |
void const * | mem, | ||
size_t | len | ||
) |
Definition at line 16 of file crc16ccitt_false.cpp.
unsigned crc16ccitt_false_byte | ( | unsigned | crc, |
void const * | mem, | ||
size_t | len | ||
) |
Definition at line 278 of file crc16ccitt_false.cpp.
unsigned crc16ccitt_false_rem | ( | unsigned | crc, |
unsigned | val, | ||
unsigned | bits | ||
) |
Definition at line 29 of file crc16ccitt_false.cpp.
unsigned crc16ccitt_false_word | ( | unsigned | crc, |
void const * | mem, | ||
size_t | len | ||
) |
Definition at line 297 of file crc16ccitt_false.cpp.