XBee Firmware Library  1.6.0
Functions
byteorder.h File Reference

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...
 

Detailed Description

Macros for converting between big/little endian and host byte order.