29WS_DLL_PUBLIC uint8_t
crc8_0x2F(
const uint8_t *buf, uint32_t len, uint8_t seed);
38WS_DLL_PUBLIC uint8_t
crc8_0x37(
const uint8_t *buf, uint32_t len, uint8_t seed);
47WS_DLL_PUBLIC uint8_t
crc8_0x3B(
const uint8_t *buf, uint32_t len, uint8_t seed);
WS_DLL_PUBLIC uint8_t crc8_0x37(const uint8_t *buf, uint32_t len, uint8_t seed)
Definition crc8.c:166
WS_DLL_PUBLIC uint8_t crc8_0x2F(const uint8_t *buf, uint32_t len, uint8_t seed)
Definition crc8.c:154
WS_DLL_PUBLIC uint8_t crc8_0x3B(const uint8_t *buf, uint32_t len, uint8_t seed)
Definition crc8.c:183