|
XBee Firmware Library
1.6.0
|
Modules | |
| Byte-swapping functions | |
| Circular Buffer | |
| XMODEM code used by the firmware update process | |
Files | |
| file | hexdump.c |
| file | hexstrtobyte.c |
Functions | |
| void | hex_dump (const void FAR *address, uint16_t length, uint16_t flags) |
| int | hexstrtobyte (const char *p) |
Helper function for printing a hex dump of memory to stdout. A reference implementation is provided in as util/hexdump.c. Dumps data in hex/printable format, 16 bytes to a line, to stdout.
| [in] | address | Address of data to dump. |
| [in] | length | Number of bytes to dump. |
| [in] | flags | One of
|
| int hexstrtobyte | ( | const char * | p | ) |
1.8.10