app_qspi_pin_cfg_t Struct Reference

QSPI configuration Structures. More...

#include <app_qspi.h>

+ Collaboration diagram for app_qspi_pin_cfg_t:

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

Detailed Description

QSPI configuration Structures.

Definition at line 317 of file app_qspi.h.

Member Data Documentation

◆ clk

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.

◆ cs

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.

◆ io_0

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.

◆ io_1

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.

◆ io_2

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.

◆ io_3

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.


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