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

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

Detailed Description

Board specific configuration of direct mapped GPIOs.

Author
Kees Bakker kees@.nosp@m.soda.nosp@m.q.com

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.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "LED Green",
.pin = LED_GREEN_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED Red",
.pin = LED_RED_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED Blue",
.pin = LED_BLUE_PIN,
.mode = GPIO_OUT,
},
{
.name = "Button",
.pin = BTN0_PIN,
.mode = BTN0_MODE,
},
}
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:165
#define LED_GREEN_PIN
LED1 is a green LED.
Definition board.h:74
#define LED_RED_PIN
LED0 is a red LED.
Definition board.h:71
@ SAUL_GPIO_INIT_CLEAR
set pin inactive after init
Definition periph.h:44
@ SAUL_GPIO_INVERTED
pin is used as inverted
Definition periph.h:43

GPIO pin configuration.

Definition at line 32 of file gpio_params.h.