Macros

#define LL_QSPI_NORMAL_MODE   0x00000000UL
 
#define LL_QSPI_TEST_MODE   (1UL << QSPI_CTRL0_SRL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_NORMAL_MODE

#define LL_QSPI_NORMAL_MODE   0x00000000UL

Normal mode for SPI transfer

Definition at line 443 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_TEST_MODE

#define LL_QSPI_TEST_MODE   (1UL << QSPI_CTRL0_SRL_Pos)

Test mode for SPI transfer: Rx and Tx connected inside

Definition at line 444 of file gr55xx_ll_qspi.h.