35WS_DLL_PUBLIC uint16_t
crc16_ccitt(
const uint8_t *buf,
unsigned len);
50WS_DLL_PUBLIC uint16_t
crc16_ccitt_seed(
const uint8_t *buf,
unsigned len, uint16_t seed);
56WS_DLL_PUBLIC uint16_t
crc16_iso14443a(
const uint8_t *buf,
unsigned len);
62WS_DLL_PUBLIC uint16_t
crc16_usb(
const uint8_t *buf,
unsigned len);
71WS_DLL_PUBLIC uint16_t
crc16_0x5935(
const uint8_t *buf, uint32_t len, uint16_t seed);
80WS_DLL_PUBLIC uint16_t
crc16_0x755B(
const uint8_t *buf, uint32_t len, uint16_t seed);
89WS_DLL_PUBLIC uint16_t
crc16_0x9949_seed(
const uint8_t *buf,
unsigned len, uint16_t seed);
98WS_DLL_PUBLIC uint16_t
crc16_0x3D65_seed(
const uint8_t *buf,
unsigned len, uint16_t seed);
107WS_DLL_PUBLIC uint16_t
crc16_0x080F_seed(
const uint8_t *buf,
unsigned len, uint16_t seed);
WS_DLL_PUBLIC uint16_t crc16_x25_ccitt_seed(const uint8_t *buf, unsigned len, uint16_t seed)
Definition crc16.c:411
WS_DLL_PUBLIC uint16_t crc16_0x080F_seed(const uint8_t *buf, unsigned len, uint16_t seed)
Definition crc16.c:456
WS_DLL_PUBLIC uint16_t crc16_ccitt_seed(const uint8_t *buf, unsigned len, uint16_t seed)
Definition crc16.c:416
WS_DLL_PUBLIC uint16_t crc16_usb(const uint8_t *buf, unsigned len)
Definition crc16.c:430
WS_DLL_PUBLIC uint16_t crc16_0x9949_seed(const uint8_t *buf, unsigned len, uint16_t seed)
Definition crc16.c:446
WS_DLL_PUBLIC uint16_t crc16_ccitt(const uint8_t *buf, unsigned len)
Definition crc16.c:405
WS_DLL_PUBLIC uint16_t crc16_0x755B(const uint8_t *buf, uint32_t len, uint16_t seed)
Definition crc16.c:441
WS_DLL_PUBLIC uint16_t crc16_iso14443a(const uint8_t *buf, unsigned len)
Definition crc16.c:425
WS_DLL_PUBLIC uint16_t crc16_0x3D65_seed(const uint8_t *buf, unsigned len, uint16_t seed)
Definition crc16.c:451
WS_DLL_PUBLIC uint16_t crc16_0x5935(const uint8_t *buf, uint32_t len, uint16_t seed)
Definition crc16.c:436