gpio_params.h File Reference

Board specific configuration of direct mapped GPIOs. More...

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de
Sebastian Meiling s@mln.nosp@m.g.ne.nosp@m.t

Definition in file gpio_params.h.

#include "board.h"
#include "saul/periph.h"
+ Include dependency graph for gpio_params.h:

Go to the source code of this file.

static const saul_gpio_params_t saul_gpio_params []
 GPIO pin configuration. More...
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "Button A",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
{
.name = "Button B",
.pin = BTN1_PIN,
.mode = BTN1_MODE,
},
}

GPIO pin configuration.

Definition at line 33 of file gpio_params.h.

SAUL_GPIO_INVERTED
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition: periph.h:43