Digi XBee(R) ANSI C Host Library
|
This file is automatically included by xbee/platform.h. More...
#include <endian.h>
#include <stdint.h>
#include <inttypes.h>
Go to the source code of this file.
Data Structures | |
struct | xbee_serial_t |
Macros | |
#define | FAR __far |
#define | CAST_FAR_TO_NEAR(p) ((void *)(uint16_t)(uint32_t)(p)) |
#define | PRIsFAR "Fs" |
#define | PRIpFAR "Fp" |
#define | xbee_ser_baudrate(serial, baudrate) xbee_ser_open( serial, baudrate) |
#define | ZCL_TIME_EPOCH_DELTA ZCL_TIME_EPOCH_DELTA_1980 |
#define | XBEE_MS_TIMER_RESOLUTION 1 |
#define | _xbee_checksum(bytes, length, initial) _xbee_checksum_inline( bytes, length, initial) |
Typedefs | |
typedef int | bool_t |
This file is automatically included by xbee/platform.h.