Macros

#define QSPI_INSTSIZE_00_BITS   LL_SSI_INSTSIZE_0BIT
 
#define QSPI_INSTSIZE_04_BITS   LL_SSI_INSTSIZE_4BIT
 
#define QSPI_INSTSIZE_08_BITS   LL_SSI_INSTSIZE_8BIT
 
#define QSPI_INSTSIZE_16_BITS   LL_SSI_INSTSIZE_16BIT
 

Detailed Description

Macro Definition Documentation

◆ QSPI_INSTSIZE_00_BITS

#define QSPI_INSTSIZE_00_BITS   LL_SSI_INSTSIZE_0BIT

0-bit (No Instruction)

Definition at line 271 of file gr55xx_hal_qspi.h.

◆ QSPI_INSTSIZE_04_BITS

#define QSPI_INSTSIZE_04_BITS   LL_SSI_INSTSIZE_4BIT

4-bit Instruction

Definition at line 272 of file gr55xx_hal_qspi.h.

◆ QSPI_INSTSIZE_08_BITS

#define QSPI_INSTSIZE_08_BITS   LL_SSI_INSTSIZE_8BIT

8-bit Instruction

Definition at line 273 of file gr55xx_hal_qspi.h.

◆ QSPI_INSTSIZE_16_BITS

#define QSPI_INSTSIZE_16_BITS   LL_SSI_INSTSIZE_16BIT

16-bit Instruction

Definition at line 274 of file gr55xx_hal_qspi.h.