Collaboration diagram for BLOCK Mode for LLP:Macros | |
| #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. More... | |
| #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. More... | |
| #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 698 of file gr55xx_hal_qspi.h.
| #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 701 of file gr55xx_hal_qspi.h.