|
SmartSnippets DA1459x SDK
|
QSPIC Erase suspend/resume instruction structure (auto access mode) More...
#include <hw_qspi_v2.h>
Data Fields | |
| HW_QSPI_BUS_MODE | suspend_bus_mode: 2 |
| HW_QSPI_BUS_MODE | resume_bus_mode: 2 |
| uint8_t | suspend_opcode |
| uint8_t | resume_opcode |
| uint8_t | suspend_latency_usec |
| uint8_t | resume_latency_usec |
| uint16_t | res_sus_latency_usec |
QSPIC Erase suspend/resume instruction structure (auto access mode)
| uint16_t hw_qspi_suspend_resume_instr_config_t::res_sus_latency_usec |
The minimum required latency (usec) between an erase resume and the next consequent erase suspend command
| HW_QSPI_BUS_MODE hw_qspi_suspend_resume_instr_config_t::resume_bus_mode |
Bus mode during the erase resume command phase
| uint8_t hw_qspi_suspend_resume_instr_config_t::resume_latency_usec |
The minimum required latency (usec) to resume an erase operation. Once the resume command is issued, the currently suspended erase operation resumes within this time.
| uint8_t hw_qspi_suspend_resume_instr_config_t::resume_opcode |
Erase resume instruction code
| HW_QSPI_BUS_MODE hw_qspi_suspend_resume_instr_config_t::suspend_bus_mode |
Bus mode during the erase suspend command phase
| uint8_t hw_qspi_suspend_resume_instr_config_t::suspend_latency_usec |
The minimum required latency (usec) to suspend an erase operation. The next consecutive read command cannot be issued before this time has elapsed.
| uint8_t hw_qspi_suspend_resume_instr_config_t::suspend_opcode |
Erase suspend instruction code
1.8.16