QSPI Instruction and Address Mode

Macros

#define QSPI_INST_ADDR_ALL_IN_SPI   LL_QSPI_INST_ADDR_ALL_IN_SPI
 
#define QSPI_INST_IN_SPI_ADDR_IN_SPIFRF   LL_QSPI_INST_IN_SPI_ADDR_IN_SPIFRF
 
#define QSPI_INST_ADDR_ALL_IN_SPIFRF   LL_QSPI_INST_ADDR_ALL_IN_SPIFRF
 

Detailed Description

Macro Definition Documentation

◆ QSPI_INST_ADDR_ALL_IN_SPI

#define QSPI_INST_ADDR_ALL_IN_SPI   LL_QSPI_INST_ADDR_ALL_IN_SPI

Instruction and address are sent in SPI mode

Definition at line 510 of file gr55xx_hal_qspi.h.

◆ QSPI_INST_ADDR_ALL_IN_SPIFRF

#define QSPI_INST_ADDR_ALL_IN_SPIFRF   LL_QSPI_INST_ADDR_ALL_IN_SPIFRF

Instruction and address are sent in Daul/Quad SPI mode

Definition at line 512 of file gr55xx_hal_qspi.h.

◆ QSPI_INST_IN_SPI_ADDR_IN_SPIFRF

#define QSPI_INST_IN_SPI_ADDR_IN_SPIFRF   LL_QSPI_INST_IN_SPI_ADDR_IN_SPIFRF

Instruction is sent in SPI mode, and address is sent in Daul/Quad SPI mode

Definition at line 511 of file gr55xx_hal_qspi.h.