SmartSnippets DA1459x SDK
Data Fields
hw_qspi_suspend_resume_instr_config_t Struct Reference

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
 

Detailed Description

QSPIC Erase suspend/resume instruction structure (auto access mode)

Field Documentation

◆ res_sus_latency_usec

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

◆ resume_bus_mode

HW_QSPI_BUS_MODE hw_qspi_suspend_resume_instr_config_t::resume_bus_mode

Bus mode during the erase resume command phase

◆ resume_latency_usec

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.

◆ resume_opcode

uint8_t hw_qspi_suspend_resume_instr_config_t::resume_opcode

Erase resume instruction code

◆ suspend_bus_mode

HW_QSPI_BUS_MODE hw_qspi_suspend_resume_instr_config_t::suspend_bus_mode

Bus mode during the erase suspend command phase

◆ suspend_latency_usec

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.

◆ suspend_opcode

uint8_t hw_qspi_suspend_resume_instr_config_t::suspend_opcode

Erase suspend instruction code


The documentation for this struct was generated from the following file: