Loading...
Searching...
No Matches
at86rf2xx_params Struct Reference

struct holding all params needed for device initialization More...

Detailed Description

struct holding all params needed for device initialization

Definition at line 268 of file at86rf2xx.h.

#include <at86rf2xx.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 sleep_pin
 GPIO pin connected to the sleep pin.
 
gpio_t reset_pin
 GPIO pin connected to the reset pin.
 

Field Documentation

◆ cs_pin

spi_cs_t at86rf2xx_params::cs_pin

GPIO pin connected to chip select.

Definition at line 271 of file at86rf2xx.h.

◆ int_pin

gpio_t at86rf2xx_params::int_pin

GPIO pin connected to the interrupt pin.

Definition at line 272 of file at86rf2xx.h.

◆ reset_pin

gpio_t at86rf2xx_params::reset_pin

GPIO pin connected to the reset pin.

Definition at line 274 of file at86rf2xx.h.

◆ sleep_pin

gpio_t at86rf2xx_params::sleep_pin

GPIO pin connected to the sleep pin.

Definition at line 273 of file at86rf2xx.h.

◆ spi

spi_t at86rf2xx_params::spi

SPI bus the device is connected to.

Definition at line 269 of file at86rf2xx.h.

◆ spi_clk

spi_clk_t at86rf2xx_params::spi_clk

SPI clock speed to use.

Definition at line 270 of file at86rf2xx.h.


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