Struct holding all params needed for device initialization. More...
Struct holding all params needed for device initialization.
#include <kw2xrf.h>
Data Fields | |
| spi_t | spi | 
| SPI bus the device is connected to.  | |
| spi_clk_t | spi_clk | 
| SPI clock speed to use.  | |
| gpio_t | cs_pin | 
| GPIO pin connected to chip select.  | |
| gpio_t | int_pin | 
| GPIO pin connected to the interrupt pin.  | |
| gpio_t | rst_pin | 
| GPIO pin connected to RST_B.  | |