libtropic
C library for TROPIC01 chip
|
CRC16 functions declarations. More...
#include <stdint.h>
Functions | |
uint16_t | crc16 (const uint8_t *buf, int16_t size) |
Calculates CRC16 checksum on a buffer. More... | |
void | add_crc (void *req) |
Takes pointer to filled l2 buffer and adds checksum. More... | |