SZSPTP ez430-RF2480 1.0

ZigBee Sensor Network with synchronized time and time-stamped measurements.
SYS interface.
+ Collaboration diagram for SYS interface.:

Macros

#define CCAI_MSGP_SYS_RESET_IND_CMD   0x4180
 Sent by CC2480 after a reset.
 
#define CCAI_MSGR_SYS_VERION   0x6102
 Response to a request for CC2480 software version information.
 
#define CCAI_MSGR_SYS_OSAL_NV_READ   0x6108
 Response to a request to read an item from CC2480 NV memory.
 
#define CCAI_MSGR_SYS_OSAL_NV_WRITE   0x6109
 Response to a request to write an item on CC2480 NV memory.
 
#define CCAI_MSGR_SYS_OSAL_START_TIMER   0x610A
 Response to a request to start a software timer.
 
#define CCAI_MSGR_SYS_OSAL_STOP_TIMER   0x610B
 Response to a request to stop a previously scheduled software timer.
 
#define CCAI_MSGP_SYS_OSAL_TIMER_EXPIRED   0x4181
 Sent by CC2480 when a software timer event expires.
 
#define CCAI_MSGR_SYS_RANDOM   0x610C
 Response to a request to read a 16 bit random number.
 
#define CCAI_MSGR_SYS_ADC_READ   0x610D
 Response to a request to read from CC2480 ADC.
 
#define CCAI_MSGR_SYS_GPIO   0x610E
 Response to a command to access the CC2480 GPIO.
 
#define CCAI_MSGR_SYS_TEST_LOOPBACK   0x6141
 Response to a request to test the physical interface, SPI or UART.
 

Detailed Description