QSPI configuration Structures. More...
#include <app_qspi.h>
Public Attributes | |
app_qspi_pin_t | cs |
Set the configuration of QSPI CS pin. More... | |
app_qspi_pin_t | clk |
Set the configuration of QSPI CLK pin. More... | |
app_qspi_pin_t | io_0 |
Set the configuration of QSPI IO0 pin. More... | |
app_qspi_pin_t | io_1 |
Set the configuration of QSPI IO1 pin. More... | |
app_qspi_pin_t | io_2 |
Set the configuration of QSPI IO2 pin. More... | |
app_qspi_pin_t | io_3 |
Set the configuration of QSPI IO3 pin. More... | |
QSPI configuration Structures.
Definition at line 317 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::clk |
Set the configuration of QSPI CLK pin.
Definition at line 320 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::cs |
Set the configuration of QSPI CS pin.
Definition at line 319 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::io_0 |
Set the configuration of QSPI IO0 pin.
Definition at line 321 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::io_1 |
Set the configuration of QSPI IO1 pin.
Definition at line 322 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::io_2 |
Set the configuration of QSPI IO2 pin.
Definition at line 323 of file app_qspi.h.
app_qspi_pin_t app_qspi_pin_cfg_t::io_3 |
Set the configuration of QSPI IO3 pin.
Definition at line 324 of file app_qspi.h.