app_io_init_t Struct Reference

GPIO parameter structure definition. More...

#include <app_io.h>

Public Attributes

uint32_t pin
 
app_io_mode_t mode
 
app_io_pull_t pull
 
app_io_mux_t mux
 

Detailed Description

GPIO parameter structure definition.

Definition at line 286 of file app_io.h.

Member Data Documentation

◆ mode

app_io_mode_t app_io_init_t::mode

Specifies the operating mode for the selected pins.

Definition at line 290 of file app_io.h.

◆ mux

app_io_mux_t app_io_init_t::mux

Specifies the Peripheral to be connected to the selected pins.

Definition at line 292 of file app_io.h.

◆ pin

uint32_t app_io_init_t::pin

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

Definition at line 288 of file app_io.h.

◆ pull

app_io_pull_t app_io_init_t::pull

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

Definition at line 291 of file app_io.h.


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