struct holding all params needed for device initialization More...
struct holding all params needed for device initialization
Definition at line 329 of file at86rf215.h.
#include <at86rf215.h>
Data Fields | |
| spi_t | spi | 
| SPI bus the device is connected to.   | |
| spi_clk_t | spi_clk | 
| SPI clock speed to use.   | |
| spi_cs_t | cs_pin | 
| GPIO pin connected to chip select.   | |
| gpio_t | int_pin | 
| GPIO pin connected to the interrupt pin.   | |
| gpio_t | reset_pin | 
| GPIO pin connected to the reset pin.   | |
| spi_cs_t at86rf215_params::cs_pin | 
GPIO pin connected to chip select.
Definition at line 332 of file at86rf215.h.
| gpio_t at86rf215_params::int_pin | 
GPIO pin connected to the interrupt pin.
Definition at line 333 of file at86rf215.h.
| gpio_t at86rf215_params::reset_pin | 
GPIO pin connected to the reset pin.
Definition at line 334 of file at86rf215.h.
| spi_t at86rf215_params::spi | 
SPI bus the device is connected to.
Definition at line 330 of file at86rf215.h.
| spi_clk_t at86rf215_params::spi_clk | 
SPI clock speed to use.
Definition at line 331 of file at86rf215.h.