SmartSnippets DA1459x SDK
Data Fields
hw_qspi_read_instr_config_t Struct Reference

Read 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 addr_bus_mode: 2
 
HW_QSPI_BUS_MODE extra_byte_bus_mode: 2
 
HW_QSPI_BUS_MODE dummy_bus_mode: 2
 
HW_QSPI_BUS_MODE data_bus_mode: 2
 
HW_QSPI_CONTINUOUS_MODE continuous_mode: 1
 
HW_QSPI_EXTRA_BYTE extra_byte_cfg: 1
 
HW_QSPI_EXTRA_BYTE_HALF extra_byte_half_cfg: 1
 
uint8_t opcode
 
uint8_t extra_byte_value
 
uint16_t cs_idle_delay_nsec
 

Detailed Description

Read instruction configuration structure (auto access mode)

Field Documentation

◆ addr_bus_mode

HW_QSPI_BUS_MODE hw_qspi_read_instr_config_t::addr_bus_mode

Bus mode of the address phase

◆ continuous_mode

HW_QSPI_CONTINUOUS_MODE hw_qspi_read_instr_config_t::continuous_mode

Set continuous mode of operation

◆ cs_idle_delay_nsec

uint16_t hw_qspi_read_instr_config_t::cs_idle_delay_nsec

The minimum CS idle delay in nsec between two consecutive Read commands

◆ data_bus_mode

HW_QSPI_BUS_MODE hw_qspi_read_instr_config_t::data_bus_mode

Bus mode of the data phase

◆ dummy_bus_mode

HW_QSPI_BUS_MODE hw_qspi_read_instr_config_t::dummy_bus_mode

Bus mode of the dummy phase

◆ extra_byte_bus_mode

HW_QSPI_BUS_MODE hw_qspi_read_instr_config_t::extra_byte_bus_mode

Bus mode of the extra byte phase

◆ extra_byte_cfg

HW_QSPI_EXTRA_BYTE hw_qspi_read_instr_config_t::extra_byte_cfg

Enable Extra Byte

◆ extra_byte_half_cfg

HW_QSPI_EXTRA_BYTE_HALF hw_qspi_read_instr_config_t::extra_byte_half_cfg

Enable Extra Byte Half

◆ extra_byte_value

uint8_t hw_qspi_read_instr_config_t::extra_byte_value

Extra Byte value

◆ opcode

uint8_t hw_qspi_read_instr_config_t::opcode

Read command opcode

◆ opcode_bus_mode

HW_QSPI_BUS_MODE hw_qspi_read_instr_config_t::opcode_bus_mode

Bus mode of the opcode phase


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