Z-Wave Protocol Controller Reference
zwave_controller_crc16.h File Reference
#include <stdint.h>
Include dependency graph for zwave_controller_crc16.h:
This graph shows which files directly or indirectly include this file:

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...