app_qspi_params_t Struct Reference

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...
 

Detailed Description

QSPI parameters structure definition.

Definition at line 153 of file app_qspi.h.

Member Data Documentation

◆ id

app_qspi_id_t app_qspi_params_t::id

specified QSPI module ID.


Definition at line 155 of file app_qspi.h.

◆ init

qspi_init_t app_qspi_params_t::init

QSPI communication parameters.


Definition at line 158 of file app_qspi.h.

◆ pin_cfg

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.

◆ use_mode

app_qspi_mode_t app_qspi_params_t::use_mode

QSPI operate mode.


Definition at line 157 of file app_qspi.h.


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