app_io_init_t Struct Reference

GPIO parameter structure definition. More...

#include <app_io.h>

Data Fields

uint32_t pin
 
app_io_mode_t mode
 
app_io_pull_t pull
 
app_io_mux_t mux
 

Detailed Description

GPIO parameter structure definition.

Field Documentation

◆ mode

app_io_mode_t app_io_init_t::mode

Specifies the operating mode for the selected pins.

◆ mux

app_io_mux_t app_io_init_t::mux

Specifies the Peripheral to be connected to the selected pins.

◆ pin

uint32_t app_io_init_t::pin

Specifies the IO pins to be configured. This parameter can be any value of IO pins

◆ pull

app_io_pull_t app_io_init_t::pull

Specifies the Pull-up or Pull-Down activation for the selected pins.


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