|
file | hexdump.c |
| ANSI C hex_dump() implementation if not available natively on a given platform.
|
|
file | hexstrtobyte.c |
| ANSI C hexstrtobyte() implementation if not available natively on a given platform.
|
|
file | jslong.c |
|
file | swapbytes.c |
| For platforms without swap32() and swap16() functions for swapping byte order for 32 and 16-bit values.
|
|
file | swapcpy.c |
| Used in endian conversions for values larger than 32 bits.
|
|
file | xmodem_crc16.c |
| CRC16 implementation for use by XBee's Xmodem library if platform doesn't have an existing implementation.
|
|