Structure holding all parameter for driver initialization. More...

Detailed Description

Structure holding all parameter for driver initialization.

Definition at line 460 of file cc110x.h.

#include <cc110x.h>

Data Fields

const cc110x_patable_tpatable
 Pointer to the PATABLE to use.
 
const cc110x_config_tconfig
 Pointer to the configuration of the base frequency, data rate and channel bandwidth; or NULL to keep the default.
 
const cc110x_chanmap_tchannels
 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.
 

The documentation for this struct was generated from the following file: