XBee Firmware Library
1.6.0
|
Files | |
file | byteorder.h |
file | swapbytes.c |
file | swapcpy.c |
Functions | |
void | _swapcpy (void FAR *dst, const void FAR *src, uint_fast8_t count) |
XBEE_BEGIN_DECLS uint16_t | swap16 (uint16_t value) |
Swap the byte order of a 16-bit value. More... | |
uint32_t | swap32 (uint32_t value) |
Swap the byte order of a 32-bit value. More... | |
void _swapcpy | ( | void FAR * | dst, |
const void FAR * | src, | ||
uint_fast8_t | count | ||
) |
Swap the byte order of a 16-bit value.
[in] | value | value to swap |