48uint16_t
co_crc(uint16_t crc,
const void *ptr,
size_t n);
uint16_t co_crc(uint16_t crc, const void *ptr, size_t n)
Computes a CRC-16 checksum.
This is the public header file of the CANopen library.
This header file is part of the C11 and POSIX compatibility library; it includes <stddef....
This header file is part of the C11 and POSIX compatibility library; it includes <stdint....