Macros

#define LL_QSPI_INSTSIZE_0BIT   0x00000000UL
 
#define LL_QSPI_INSTSIZE_4BIT   (1UL << QSPI_SCTRL0_INSTL_Pos)
 
#define LL_QSPI_INSTSIZE_8BIT   (2UL << QSPI_SCTRL0_INSTL_Pos)
 
#define LL_QSPI_INSTSIZE_16BIT   (3UL << QSPI_SCTRL0_INSTL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_INSTSIZE_0BIT

#define LL_QSPI_INSTSIZE_0BIT   0x00000000UL

Instruction length for QSPI transfer: 0 bits

Definition at line 518 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_INSTSIZE_16BIT

#define LL_QSPI_INSTSIZE_16BIT   (3UL << QSPI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 16 bits

Definition at line 521 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_INSTSIZE_4BIT

#define LL_QSPI_INSTSIZE_4BIT   (1UL << QSPI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 4 bits

Definition at line 519 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_INSTSIZE_8BIT

#define LL_QSPI_INSTSIZE_8BIT   (2UL << QSPI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 8 bits

Definition at line 520 of file gr55xx_ll_qspi.h.