XQSPI Instruction and Address Mode, only in QSPI mode
+ 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...
 

Detailed Description

Macro Definition Documentation

◆ XQSPI_INST_ADDR_ALL_IN_SPI

#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.

◆ XQSPI_INST_ADDR_ALL_IN_SPIFRF

#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.

◆ XQSPI_INST_IN_SPI_ADDR_IN_SPIFRF

#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.