QSPI IO configuration Structures. More...
#include <app_qspi.h>
Public Attributes | |
app_io_type_t | type |
Specifies the type of QSPI IO. More... | |
app_io_mux_t | mux |
Specifies the Peripheral to be connected to the selected pins. More... | |
uint32_t | pin |
Specifies the IO pins to be configured. More... | |
app_io_mode_t | mode |
Specifies the IO Mode for pins. More... | |
app_io_pull_t | pull |
Specifies the Pull-up or Pull-Down activation for the selected pins. More... | |
uint8_t | enable |
Enable or disable the pin. More... | |
QSPI IO configuration Structures.
Definition at line 303 of file app_qspi.h.
uint8_t app_qspi_pin_t::enable |
Enable or disable the pin.
Definition at line 311 of file app_qspi.h.
app_io_mode_t app_qspi_pin_t::mode |
Specifies the IO Mode for pins.
Definition at line 309 of file app_qspi.h.
app_io_mux_t app_qspi_pin_t::mux |
Specifies the Peripheral to be connected to the selected pins.
Definition at line 306 of file app_qspi.h.
uint32_t app_qspi_pin_t::pin |
Specifies the IO pins to be configured.
This parameter can be any value of Defines.
Definition at line 307 of file app_qspi.h.
app_io_pull_t app_qspi_pin_t::pull |
Specifies the Pull-up or Pull-Down activation for the selected pins.
Definition at line 310 of file app_qspi.h.
app_io_type_t app_qspi_pin_t::type |
Specifies the type of QSPI IO.
Definition at line 305 of file app_qspi.h.