Digi XBee(R) ANSI C Host Library
Macros | Functions
xbee_platform_rabbit.c File Reference

Platform-specific functions for use by the XBee Driver on Rabbit/Dynamic C platform. More...

#include "xbee/platform.h"

Macros

#define xbee_seconds_timer()   (SEC_TIMER + 0)
 
#define xbee_millisecond_timer()   (MS_TIMER + 0)
 
#define xbee_readline(buffer, length)   getsn_tick(buffer, length)
 

Functions

uint8_t _xbee_checksum_inline (const void __far *bytes, uint_fast8_t length, uint_fast8_t initial)
 Rabbit-assembly version of _xbee_checksum(). More...
 
void _swapcpy (void FAR *dst, const void FAR *src, uint_fast8_t bytes)
 

Detailed Description

Platform-specific functions for use by the XBee Driver on Rabbit/Dynamic C platform.