48uint_least16_t
co_crc(uint_least16_t crc,
const uint_least8_t *bp,
size_t n);
uint_least16_t co_crc(uint_least16_t crc, const uint_least8_t *bp, 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....