Structure holding all parameter for driver initialization. More...
#include <cc110x.h>
Data Fields | |
const cc110x_patable_t * | patable |
Pointer to the PATABLE to use. | |
const cc110x_config_t * | config |
Pointer to the configuration of the base frequency, data rate and channel bandwidth; or NULL to keep the default. | |
const cc110x_chanmap_t * | channels |
Pointer to the default channel map. | |
spi_t | spi |
SPI bus connected to the device. | |
spi_clk_t | spi_clk |
SPI clock to use (max 6.5 MHz) | |
spi_cs_t | cs |
GPIO pin connected to chip select. | |
gpio_t | gdo0 |
GPIO pin connected to GDO0. | |
gpio_t | gdo2 |
GPIO pin connected to GDO2. | |
uint8_t | l2addr |
Layer-2 address to use or CC110X_L2ADDR_AUTO to derive it from the CPU ID. | |