Go to the documentation of this file.
   19 #ifndef CC110X_INTERNAL_H 
   20 #define CC110X_INTERNAL_H 
   74     return (status & 0x80) ? 0: 1;
 
  
 
static int cc110x_is_ready_from_status(uint8_t status)
Figure out of the transceiver is ready or still powering up.
 
Functions related to the netdev interface of the CC110x driver.
 
Functions to communicate with the CC1100/CC1101 transceiver.
 
Functions to related to RX/TX of the CC110x transceiver driver.
 
Calibration related functions of the CC110x transceiver driver.
 
cc110x_state_t
The state of the CC1100/CC1101 transceiver.
 
Default settings of the TI CC1100/CC1101 transceiver.
 
static cc110x_state_t cc110x_state_from_status(uint8_t status)
Extract the device state from the status register value.
 
Constants for the CC1100/CC1101 driver.