QSPI memory-mapped configuration Structures. More...
#include <app_qspi.h>
Public Attributes | |
app_qspi_device_e | dev_type |
app_qspi_psram_mmap_wr_cmd_e | psram_wr |
union { | |
app_qspi_flash_mmap_rd_cmd_e flash_rd | |
app_qspi_psram_mmap_rd_cmd_e psram_rd | |
} | rd |
void * | set |
QSPI memory-mapped configuration Structures.
Definition at line 242 of file app_qspi.h.
app_qspi_device_e app_qspi_mmap_device_t::dev_type |
Specifies the device type of QSPI
Definition at line 243 of file app_qspi.h.
app_qspi_flash_mmap_rd_cmd_e app_qspi_mmap_device_t::flash_rd |
Read command for flash device
Definition at line 246 of file app_qspi.h.
app_qspi_psram_mmap_rd_cmd_e app_qspi_mmap_device_t::psram_rd |
Read command for psram device
Definition at line 247 of file app_qspi.h.
app_qspi_psram_mmap_wr_cmd_e app_qspi_mmap_device_t::psram_wr |
Specifies the write command for PSRAM, Flash does not support this
Definition at line 244 of file app_qspi.h.
union { ... } app_qspi_mmap_device_t::rd |
Specifies read command by real device
void* app_qspi_mmap_device_t::set |
Reserved
Definition at line 249 of file app_qspi.h.