Wixel SDK
radio_registers.h
Go to the documentation of this file.
1 
8 #ifndef _RADIO_REGISTERS_H
9 #define _RADIO_REGISTERS_H
10 
11 #include <cc2511_types.h>
12 
26 void radioRegistersInit();
27 
35 uint8 radioLqi();
36 
45 int8 radioRssi();
46 
53 
57 #define RSSI_OFFSET 71
58 
59 #endif /* RADIO_REGISTERS_H_ */
void radioRegistersInit()
__bit BIT
Definition: cc2511_types.h:32
uint8 radioLqi()
unsigned char uint8
Definition: cc2511_types.h:9
BIT radioCrcPassed()
int8 radioRssi()
signed char int8
Definition: cc2511_types.h:12