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 |
GPIO parameter structure definition.
| app_io_mode_t app_io_init_t::mode |
Specifies the operating mode for the selected pins.
| app_io_mux_t app_io_init_t::mux |
Specifies the Peripheral to be connected to the selected pins.
| uint32_t app_io_init_t::pin |
Specifies the IO pins to be configured. This parameter can be any value of IO pins
| app_io_pull_t app_io_init_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.