+ Collaboration diagram for QSPI Instruction Size:

Macros

#define LL_SSI_INSTSIZE_0BIT   0x00000000UL
 Instruction length for QSPI transfer: 0 bits. More...
 
#define LL_SSI_INSTSIZE_4BIT   (1UL << SSI_SCTRL0_INSTL_Pos)
 Instructoin length for QSPI transfer: 4 bits. More...
 
#define LL_SSI_INSTSIZE_8BIT   (2UL << SSI_SCTRL0_INSTL_Pos)
 Instructoin length for QSPI transfer: 8 bits. More...
 
#define LL_SSI_INSTSIZE_16BIT   (3UL << SSI_SCTRL0_INSTL_Pos)
 Instructoin length for QSPI transfer: 16 bits. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_SSI_INSTSIZE_0BIT

#define LL_SSI_INSTSIZE_0BIT   0x00000000UL

Instruction length for QSPI transfer: 0 bits.

Definition at line 381 of file gr55xx_ll_spi.h.

◆ LL_SSI_INSTSIZE_16BIT

#define LL_SSI_INSTSIZE_16BIT   (3UL << SSI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 16 bits.

Definition at line 384 of file gr55xx_ll_spi.h.

◆ LL_SSI_INSTSIZE_4BIT

#define LL_SSI_INSTSIZE_4BIT   (1UL << SSI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 4 bits.

Definition at line 382 of file gr55xx_ll_spi.h.

◆ LL_SSI_INSTSIZE_8BIT

#define LL_SSI_INSTSIZE_8BIT   (2UL << SSI_SCTRL0_INSTL_Pos)

Instructoin length for QSPI transfer: 8 bits.

Definition at line 383 of file gr55xx_ll_spi.h.