| 
    XBee Firmware Library
    1.6.0
    
   | 
 
Functions | |
| XBEE_BEGIN_DECLS 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... | |
Variables | |
| const FAR uint16_t | crc16_table [256] | 
CRC16 implementation for use by XBee's Xmodem library if platform doesn't have an existing implementation.
 1.8.10