at86rf2xx_params.h File Reference

Default configuration for the AT86RF2xx driver. More...

Detailed Description

Default configuration for the AT86RF2xx driver.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file at86rf2xx_params.h.

#include "board.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))
 
#define AT86RF2XX_PARAM_SPI_CLK   (SPI_CLK_5MHZ)
 
#define AT86RF2XX_PARAM_CS   (GPIO_PIN(0, 0))
 
#define AT86RF2XX_PARAM_INT   (GPIO_PIN(0, 1))
 
#define AT86RF2XX_PARAM_SLEEP   (GPIO_PIN(0, 2))
 
#define AT86RF2XX_PARAM_RESET   (GPIO_PIN(0, 3))
 
#define AT86RF2XX_PARAMS
 

Macro Definition Documentation

◆ AT86RF2XX_PARAMS

#define AT86RF2XX_PARAMS
Value:
{ .spi = AT86RF2XX_PARAM_SPI, \
.spi_clk = AT86RF2XX_PARAM_SPI_CLK, \
.cs_pin = AT86RF2XX_PARAM_CS, \
.int_pin = AT86RF2XX_PARAM_INT, \
.sleep_pin = AT86RF2XX_PARAM_SLEEP, \
.reset_pin = AT86RF2XX_PARAM_RESET }

Definition at line 53 of file at86rf2xx_params.h.

Variable Documentation

◆ at86rf2xx_params

Initial value:
=
{
AT86RF2XX_PARAMS
}

AT86RF231 configuration.

Definition at line 71 of file at86rf2xx_params.h.

AT86RF2XX_PARAM_CS
#define AT86RF2XX_PARAM_CS
Definition: board.h:111