22 #ifndef LELY_CO_CRC_H_ 23 #define LELY_CO_CRC_H_ 48 uint_least16_t
co_crc(uint_least16_t crc,
const uint_least8_t *bp,
size_t n);
54 #endif // !LELY_CO_CRC_H_ 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.h> and defines any missing functionality.
This header file is part of the C11 and POSIX compatibility library; it includes <stdint.h> and defines any missing functionality.
uint_least16_t co_crc(uint_least16_t crc, const uint_least8_t *bp, size_t n)
Computes a CRC-16 checksum.