|
SmartSnippets DA1459x SDK
|
QSPIC read status instruction configuration structure (auto access mode) More...
#include <hw_qspi_v2.h>
Data Fields | |
| HW_QSPI_BUS_MODE | opcode_bus_mode: 2 |
| HW_QSPI_BUS_MODE | receive_bus_mode: 2 |
| HW_QSPI_BUSY_LEVEL | busy_level: 1 |
| uint32_t | busy_pos: 3 |
| uint8_t | opcode |
| uint16_t | delay_nsec |
QSPIC read status instruction configuration structure (auto access mode)
| HW_QSPI_BUSY_LEVEL hw_qspi_read_status_instr_config_t::busy_level |
Busy bit level
| uint32_t hw_qspi_read_status_instr_config_t::busy_pos |
The position of the Busy bit in the status register (0 - 7)
| uint16_t hw_qspi_read_status_instr_config_t::delay_nsec |
The minimum delay in nsec between a Read Status command and the previous Erase command. Usually NOT needed thus is set equal to 0.
| uint8_t hw_qspi_read_status_instr_config_t::opcode |
Read Status command opcode
| HW_QSPI_BUS_MODE hw_qspi_read_status_instr_config_t::opcode_bus_mode |
The bus mode of the opcode phase
| HW_QSPI_BUS_MODE hw_qspi_read_status_instr_config_t::receive_bus_mode |
The bus mode of the receive data phase
1.8.16