at86rf215_params.h File Reference

Default configuration for the AT86RF215 driver. More...

Detailed Description

Default configuration for the AT86RF215 driver.

Author
Benjamin Valentin benja.nosp@m.min..nosp@m.valen.nosp@m.tin@.nosp@m.ml-pa.nosp@m..com

Definition in file at86rf215_params.h.

#include "board.h"
+ Include dependency graph for at86rf215_params.h:

Go to the source code of this file.

Variables

static const at86rf215_params_t at86rf215_params []
 AT86RF215 configuration. More...
 

Set default configuration parameters for the AT86RF215 driver

Example config for EXT1 on same54-xpro

#define AT86RF215_PARAM_SPI   (SPI_DEV(0))
 
#define AT86RF215_PARAM_SPI_CLK   (SPI_CLK_5MHZ)
 
#define AT86RF215_PARAM_CS   (GPIO_PIN(1, 28))
 
#define AT86RF215_PARAM_INT   (GPIO_PIN(1, 7))
 
#define AT86RF215_PARAM_RESET   (GPIO_PIN(1, 8))
 
#define AT86RF215_PARAMS
 

Macro Definition Documentation

◆ AT86RF215_PARAMS

#define AT86RF215_PARAMS
Value:
{ .spi = AT86RF215_PARAM_SPI, \
.spi_clk = AT86RF215_PARAM_SPI_CLK, \
.cs_pin = AT86RF215_PARAM_CS, \
.int_pin = AT86RF215_PARAM_INT, \
.reset_pin = AT86RF215_PARAM_RESET }

Definition at line 51 of file at86rf215_params.h.

Variable Documentation

◆ at86rf215_params

Initial value:
=
{
AT86RF215_PARAMS
}

AT86RF215 configuration.

Definition at line 62 of file at86rf215_params.h.