Default configuration for the AT86RF2xx driver. More...
Default configuration for the AT86RF2xx driver.
Definition in file at86rf2xx_params.h.
Include dependency graph for at86rf2xx_params.h:Go to the source code of this file.
Variables | |
| static const at86rf2xx_params_t | at86rf2xx_params [] |
| AT86RF231 configuration. More... | |
Set default configuration parameters for the AT86RF2xx driver | |
| #define | AT86RF2XX_PARAM_SPI (SPI_DEV(0)) |
| SPI bus the AT86RF2xx is connected to. | |
| #define | AT86RF2XX_PARAM_SPI_CLK (SPI_CLK_5MHZ) |
| Clock to drive the SPI bus when speaking with the AT86RF2xx. | |
| #define | AT86RF2XX_PARAM_CS (GPIO_PIN(0, 0)) |
| GPIO pin the CS pin of the AT86RF2xx is connected to. | |
| #define | AT86RF2XX_PARAM_INT (GPIO_PIN(0, 1)) |
| GPIO pin the INT pin of the AT86RF2xx is connected to. | |
| #define | AT86RF2XX_PARAM_SLEEP (GPIO_PIN(0, 2)) |
| GPIO pin the SLEEP pin of the AT86RF2xx is connected to. | |
| #define | AT86RF2XX_PARAM_RESET (GPIO_PIN(0, 3)) |
| GPIO pin the RESET pin of the AT86RF2xx is connected to. | |
| #define | AT86RF2XX_PARAMS |
| Parameters to initialize the AT86RF2xx driver with. More... | |
| #define AT86RF2XX_PARAMS |
Parameters to initialize the AT86RF2xx driver with.
Definition at line 79 of file at86rf2xx_params.h.
|
static |
AT86RF231 configuration.
Definition at line 97 of file at86rf2xx_params.h.