Macros

#define QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_0   0u
 
#define QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_1   1u
 

Detailed Description

Macro Definition Documentation

◆ QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_0

#define QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_0   0u

This is Loop Block Mode, inst & addr in the head of each block, data are following insta & addr in the same block.

Definition at line 684 of file gr55xx_hal_qspi.h.

◆ QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_1

#define QSPI_PSRAM_LINKED_BLOCK_DATA_MODE_1   1u

This is Crossed Block Mode, inst & addr in the first block, data in the second block, then inst & addr block, then data block again, and repeat till the end.

Definition at line 687 of file gr55xx_hal_qspi.h.