Loading...
Searching...
No Matches
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 "at86rf215.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.
 

Set default configuration parameters for the AT86RF215 driver

Example config for EXT3 on same54-xpro

#define AT86RF215_PARAM_SPI   (SPI_DEV(1))
 
#define AT86RF215_PARAM_SPI_CLK   (SPI_CLK_5MHZ)
 
#define AT86RF215_PARAM_CS   (GPIO_PIN(2, 14))
 
#define AT86RF215_PARAM_INT   (GPIO_PIN(2, 30))
 
#define AT86RF215_PARAM_RESET   (GPIO_PIN(3, 10))
 
#define AT86RF215_PARAMS
 

Macro Definition Documentation

◆ AT86RF215_PARAM_CS

#define AT86RF215_PARAM_CS   (GPIO_PIN(2, 14))

Definition at line 41 of file at86rf215_params.h.

◆ AT86RF215_PARAM_INT

#define AT86RF215_PARAM_INT   (GPIO_PIN(2, 30))

Definition at line 44 of file at86rf215_params.h.

◆ AT86RF215_PARAM_RESET

#define AT86RF215_PARAM_RESET   (GPIO_PIN(3, 10))

Definition at line 47 of file at86rf215_params.h.

◆ AT86RF215_PARAM_SPI

#define AT86RF215_PARAM_SPI   (SPI_DEV(1))

Definition at line 35 of file at86rf215_params.h.

◆ AT86RF215_PARAM_SPI_CLK

#define AT86RF215_PARAM_SPI_CLK   (SPI_CLK_5MHZ)

Definition at line 38 of file at86rf215_params.h.

◆ 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.