Collaboration diagram for XQSPI Instruction and Address Mode, only in QSPI mode:Macros | |
| #define | XQSPI_INST_ADDR_ALL_IN_SPI (0) |
| Instruction and address are sent in SPI mode. More... | |
| #define | XQSPI_INST_IN_SPI_ADDR_IN_SPIFRF (1) |
| Instruction is sent in SPI mode, and address is sent in Daul/Quad SPI mode. More... | |
| #define | XQSPI_INST_ADDR_ALL_IN_SPIFRF (2) |
| Instruction and address are sent in Daul/Quad SPI mode. More... | |
| #define XQSPI_INST_ADDR_ALL_IN_SPI (0) |
Instruction and address are sent in SPI mode.
Definition at line 325 of file gr55xx_hal_xqspi.h.
| #define XQSPI_INST_ADDR_ALL_IN_SPIFRF (2) |
Instruction and address are sent in Daul/Quad SPI mode.
Definition at line 327 of file gr55xx_hal_xqspi.h.
| #define XQSPI_INST_IN_SPI_ADDR_IN_SPIFRF (1) |
Instruction is sent in SPI mode, and address is sent in Daul/Quad SPI mode.
Definition at line 326 of file gr55xx_hal_xqspi.h.