|
Z-Wave Protocol Controller Reference
|
#include <stdint.h>Go to the source code of this file.
Functions | |
| uint16_t | zwave_controller_crc16 (uint16_t crc16, const uint8_t *data_buf, unsigned long data_length) |
| Calculation of CRC16-CCITT with Polynomial 0x1021 on data. More... | |