Digi XBee(R) ANSI C Host Library
Functions
xmodem_crc16.h File Reference

Header for crc16_calc() function implemented in xmodem_crc16.c. More...

#include "xbee/platform.h"

Go to the source code of this file.

Functions

uint16_t crc16_calc (const void FAR *data, uint16_t length, uint16_t current)
 Calculate CRC-16 of a data buffer using polynomial (0x1021) without reflection. More...
 

Detailed Description

Header for crc16_calc() function implemented in xmodem_crc16.c.