All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
gpio_params.h File Reference

Configuration of SAUL mapped GPIO pins. More...

Detailed Description

Configuration of SAUL mapped GPIO pins.

Author
Mikolai Gütschow mikol.nosp@m.ai.g.nosp@m.uetsc.nosp@m.how@.nosp@m.tu-dr.nosp@m.esde.nosp@m.n.de

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 []
 LED configuration.
 

Variable Documentation

◆ saul_gpio_params

const saul_gpio_params_t saul_gpio_params[]
static
Initial value:
=
{
{
.name = "LED Red (USR/D11)",
.pin = LED0_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED Green (USR/D13)",
.pin = LED1_PIN,
.mode = GPIO_OUT,
},
{
.name = "LED Blue (USR/D12)",
.pin = LED2_PIN,
.mode = GPIO_OUT,
},
}
#define LED1_PIN
TX LED yellow.
Definition board.h:35
#define LED2_PIN
RX LED yellow.
Definition board.h:36
@ GPIO_OUT
select GPIO MASK as output
Definition periph_cpu.h:165
@ 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

LED configuration.

Definition at line 32 of file gpio_params.h.