XBee Firmware Library
1.6.0
|
Functions | |
uint16_t | swap16 (uint16_t value) |
uint32_t | swap32 (uint32_t value) |
uint32_t() | xbee_millisecond_timer (void) |
Platform-specific function to return the number of elapsed milliseconds. More... | |
void | xbee_reset_radio (struct xbee_dev_t *xbee, bool_t asserted) |
uint32_t() | xbee_seconds_timer (void) |
Platform-specific function to return the number of elapsed seconds. More... | |
Platform-specific functions for use by the XBee Driver on Freescale HCS08 platform.
Note that on the Programmable XBee, you need to call InitRTC() from main and assign vRTC to the interrupt in the project's .PRM file.