|
Z-Wave Protocol Controller Reference
|
#include <stdint.h>Macros | |
| #define | CRC_POLY 0x1021 |
Functions | |
| uint16_t | zwave_controller_crc16 (uint16_t crc16, const uint8_t *data_buf, unsigned long data_len) |
| Calculation of CRC16-CCITT with Polynomial 0x1021 on data. More... | |
| #define CRC_POLY 0x1021 |