CRC-8 definitions. More...
CRC-8 definitions.
Definition in file crc8.h.
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
uint8_t | crc8 (const uint8_t *data, size_t len, uint8_t poly, uint8_t seed) |
Calculate CRC-8. More... | |