19#ifndef CC110X_INTERNAL_H
20#define CC110X_INTERNAL_H
74 return (status & 0x80) ? 0: 1;
Calibration related functions of the CC110x transceiver driver.
Functions to communicate with the CC1100/CC1101 transceiver.
Constants for the CC1100/CC1101 driver.
static cc110x_state_t cc110x_state_from_status(uint8_t status)
Extract the device state from the status register value.
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 related to RX/TX of the CC110x transceiver driver.
Default settings of the TI CC1100/CC1101 transceiver.
cc110x_state_t
The state of the CC1100/CC1101 transceiver.