Tizen RT Libs&Environment
v1.0 D5
|
Crc8 APIs. More...
#include <sys/types.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | EXTERN extern |
Functions | |
uint8_t | crc8part (FAR const uint8_t *src, size_t len, uint8_t crc8val) |
Continue CRC calculation on a part of the buffer. More... | |
uint8_t | crc8 (FAR const uint8_t *src, size_t len) |
Return an 8-bit CRC of the contents of the 'src' buffer, length 'len' using the polynomial x^8+x^6+x^3+x^2+1 (Koopman, et al. "0xA6" poly). More... | |
Crc8 APIs.
Definition in file crc8.h.