app_qspi_pin_cfg_t Struct Reference

QSPI configuration Structures. More...

#include <app_qspi.h>

Public Attributes

app_qspi_pin_t cs
 
app_qspi_pin_t clk
 
app_qspi_pin_t io_0
 
app_qspi_pin_t io_1
 
app_qspi_pin_t io_2
 
app_qspi_pin_t io_3
 

Detailed Description

QSPI configuration Structures.

Definition at line 258 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 261 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 260 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 262 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 263 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 264 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 265 of file app_qspi.h.


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