Loading...
Searching...
No Matches
saul_gpio_params_t Struct Reference

Direct mapped GPIO configuration values. More...

Detailed Description

Direct mapped GPIO configuration values.

Definition at line 51 of file periph.h.

#include <periph.h>

Data Fields

const char * name
 name of the device connected to this pin
 
gpio_t pin
 GPIO pin to initialize and expose.
 
gpio_mode_t mode
 pin mode to use
 
saul_gpio_flags_t flags
 Configuration flags.
 

Field Documentation

◆ flags

saul_gpio_flags_t saul_gpio_params_t::flags

Configuration flags.

Definition at line 55 of file periph.h.

◆ mode

gpio_mode_t saul_gpio_params_t::mode

pin mode to use

Definition at line 54 of file periph.h.

◆ name

const char* saul_gpio_params_t::name

name of the device connected to this pin

Definition at line 52 of file periph.h.

◆ pin

gpio_t saul_gpio_params_t::pin

GPIO pin to initialize and expose.

Definition at line 53 of file periph.h.


The documentation for this struct was generated from the following file: