gpio_params.h File Reference

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

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

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(green)",
.pin = LED1_PIN,
.mode = GPIO_OUT
},
{
.name = "LD3(blue)",
.pin = LED2_PIN,
.mode = GPIO_OUT
},
{
.name = "LD4(red)",
.pin = LED3_PIN,
.mode = GPIO_OUT
},
{
.name = "Button(B1 User)",
.pin = BTN_B1_PIN,
.mode = GPIO_IN_PU
},
}

GPIO pin configuration.

Definition at line 32 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