app_io_init_t Struct Reference

GPIO parameter structure definition. More...

#include <app_io.h>

Public Attributes

uint32_t pin
 Specifies the IO pins to be configured. More...
 
app_io_mode_t mode
 Specifies the operating mode for the selected pins. More...
 
app_io_pull_t pull
 Specifies the Pull-up or Pull-Down activation for the selected pins. More...
 
app_io_mux_t mux
 Specifies the Peripheral to be connected to the selected pins. More...
 

Detailed Description

GPIO parameter structure definition.

Definition at line 292 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 296 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 298 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 294 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 297 of file app_io.h.


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