QSPI parameters structure definition. More...
#include <app_qspi.h>
Public Attributes | |
app_qspi_id_t | id |
specified QSPI module ID. More... | |
app_qspi_pin_cfg_t | pin_cfg |
the pin configuration information for the specified QSPI module. More... | |
app_qspi_mode_t | use_mode |
QSPI operate mode. More... | |
qspi_init_t | init |
QSPI communication parameters. More... | |
QSPI parameters structure definition.
Definition at line 153 of file app_qspi.h.
app_qspi_id_t app_qspi_params_t::id |
qspi_init_t app_qspi_params_t::init |
app_qspi_pin_cfg_t app_qspi_params_t::pin_cfg |
the pin configuration information for the specified QSPI module.
Definition at line 156 of file app_qspi.h.
app_qspi_mode_t app_qspi_params_t::use_mode |