nRF5 SDK v13.0.0
Data Fields
nrf_qspi_addrconfig_conf_t Struct Reference

Addressing mode register configuration. See nrf_qspi_addrconfig_set. More...

#include <nrf_qspi.h>

Data Fields

uint8_t opcode
 
uint8_t byte0
 
uint8_t byte1
 
nrf_qspi_addrconfig_mode_t mode
 
bool wipwait
 
bool wren
 

Detailed Description

Addressing mode register configuration. See nrf_qspi_addrconfig_set.

Field Documentation

uint8_t nrf_qspi_addrconfig_conf_t::byte0

Byte following the opcode.

uint8_t nrf_qspi_addrconfig_conf_t::byte1

Byte following byte0.

nrf_qspi_addrconfig_mode_t nrf_qspi_addrconfig_conf_t::mode

Extended addresing mode.

uint8_t nrf_qspi_addrconfig_conf_t::opcode

Opcode used to enter proper addressing mode.

bool nrf_qspi_addrconfig_conf_t::wipwait

Enable/disable waiting for complete operation execution.

bool nrf_qspi_addrconfig_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