struct holding all params needed for device initialization More...
struct holding all params needed for device initialization
Definition at line 154 of file mrf24j40.h.
#include <mrf24j40.h>
| Data Fields | |
| spi_t | spi | 
| SPI bus the device is connected to. | |
| spi_clk_t | spi_clk | 
| SPI 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 mrf24j40_params::cs_pin | 
GPIO pin connected to chip select.
Definition at line 157 of file mrf24j40.h.
| gpio_t mrf24j40_params::int_pin | 
GPIO pin connected to the interrupt pin.
Definition at line 158 of file mrf24j40.h.
| gpio_t mrf24j40_params::reset_pin | 
GPIO pin connected to the reset pin.
Definition at line 159 of file mrf24j40.h.
| spi_t mrf24j40_params::spi | 
SPI bus the device is connected to.
Definition at line 155 of file mrf24j40.h.
| spi_clk_t mrf24j40_params::spi_clk | 
SPI speed to use.
Definition at line 156 of file mrf24j40.h.