Tizen RT Libs&Environment
v1.0 D5
|
Crc16 APIs. More...
#include <sys/types.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | EXTERN extern |
Functions | |
uint16_t | crc16part (FAR const uint8_t *src, size_t len, uint16_t crc16val) |
Continue CRC calculation on a part of the buffer. More... | |
uint16_t | crc16 (FAR const uint8_t *src, size_t len) |
Return a 16-bit CRC of the contents of the 'src' buffer, length 'len'. More... | |
Crc16 APIs.
Definition in file crc16.h.