nRF5 SDK v15.0.0
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

bool nrf_qspi_cinstr_conf_t::io2_level

I/O line level during transmission.

bool nrf_qspi_cinstr_conf_t::io3_level

I/O line level during transmission.

nrf_qspi_cinstr_len_t nrf_qspi_cinstr_conf_t::length

Length of the custom instruction data.

uint8_t nrf_qspi_cinstr_conf_t::opcode

Opcode used in custom instruction transmission.

bool nrf_qspi_cinstr_conf_t::wipwait

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

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