Macros

#define LL_QSPI_FRF_SPI   0x00000000UL
 
#define LL_QSPI_FRF_DUALSPI   (1UL << QSPI_CTRL0_SPIFRF_Pos)
 
#define LL_QSPI_FRF_QUADSPI   (2UL << QSPI_CTRL0_SPIFRF_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_FRF_DUALSPI

#define LL_QSPI_FRF_DUALSPI   (1UL << QSPI_CTRL0_SPIFRF_Pos)

Dual-SPI frame format for transfer

Definition at line 381 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_FRF_QUADSPI

#define LL_QSPI_FRF_QUADSPI   (2UL << QSPI_CTRL0_SPIFRF_Pos)

Quad-SPI frame format for transfer

Definition at line 382 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_FRF_SPI

#define LL_QSPI_FRF_SPI   0x00000000UL

SPI frame format for transfer

Definition at line 380 of file gr55xx_ll_qspi.h.