![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
Addressing mode register configuration. See nrf_qspi_addrconfig_set.
| 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.