gpio_params.h File Reference

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

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Kaspar Schleiser kaspa.nosp@m.r@sc.nosp@m.hleis.nosp@m.er.d.nosp@m.e

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 = "LD1",
.pin = LED0_PIN,
.mode = GPIO_OUT
},
{
.name = "Button(B1 User)",
.pin = BTN_B1_PIN,
.mode = GPIO_IN_PU,
}
}

GPIO pin configuration.

Definition at line 34 of file gpio_params.h.

GPIO_OUT
@ GPIO_OUT
configure as output in push-pull mode
Definition: gpio.h:122
GPIO_IN_PU
@ GPIO_IN_PU
configure as input with pull-up resistor
Definition: gpio.h:121
BTN_B1_PIN
#define BTN_B1_PIN
User button.
Definition: board.h:89
SAUL_GPIO_INVERTED
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition: periph.h:43