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... | |
#define LL_SSI_INSTSIZE_0BIT 0x00000000UL |
Instruction length for QSPI transfer: 0 bits.
Definition at line 381 of file gr55xx_ll_spi.h.
#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.
#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.
#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.