Loading...
Searching...
No Matches
gpio_params.h File Reference

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

Detailed Description

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

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = LED0_NAME,
.pin = LED0_PIN,
.mode = GPIO_OUT,
},
{
.name = LED1_NAME,
.pin = LED1_PIN,
.mode = GPIO_OUT,
},
{
.name = LED2_NAME,
.pin = LED2_PIN,
.mode = GPIO_OUT,
}
}
#define LED1_PIN
TX LED yellow.
Definition board.h:34
#define LED2_PIN
RX LED yellow.
Definition board.h:35
#define LED0_NAME
LED0 name.
Definition board.h:42
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:165
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition periph.h:43

GPIO pin configuration.

Definition at line 34 of file gpio_params.h.