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
Travis Griggs travi.nosp@m.sgri.nosp@m.ggs@g.nosp@m.mail.nosp@m..com
Dan Evans photo.nosp@m.nthu.nosp@m.nder@.nosp@m.gmai.nosp@m.l.com
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.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "LED(orange)",
.pin = LED0_PIN,
.mode = GPIO_OUT
},
{
.name = "Button(SW0)",
.pin = BTN0_PIN,
.mode = BTN0_MODE
},
}
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:165

GPIO pin configuration.

Definition at line 35 of file gpio_params.h.