nrfx 2.5
Data Fields
nrf_qspi_cinstr_conf_t Struct Reference

Custom instruction configuration. More...

#include <nrf_qspi.h>

Data Fields

uint8_t opcode
 
nrf_qspi_cinstr_len_t length
 
bool io2_level
 
bool io3_level
 
bool wipwait
 
bool wren
 

Detailed Description

Custom instruction configuration.

Field Documentation

◆ io2_level

bool nrf_qspi_cinstr_conf_t::io2_level

I/O line level during transmission.

◆ io3_level

bool nrf_qspi_cinstr_conf_t::io3_level

I/O line level during transmission.

◆ length

nrf_qspi_cinstr_len_t nrf_qspi_cinstr_conf_t::length

Length of the custom instruction data.

◆ opcode

uint8_t nrf_qspi_cinstr_conf_t::opcode

Opcode used in custom instruction transmission.

◆ wipwait

bool nrf_qspi_cinstr_conf_t::wipwait

Wait if a Wait in Progress bit is set in the memory status byte.

◆ wren

bool nrf_qspi_cinstr_conf_t::wren

Send write enable before instruction.


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

Documentation feedback | Developer Zone | Subscribe | Updated