: instruction size for concurrent xip mode

Macros

#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_0BIT   0x0 /* no instruction */
 
#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_4BIT   0x1 /* instruction size equals 4bits */
 
#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_8BIT   0x2 /* instruction size equals 8bits */
 
#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_16BIT   0x3 /* instruction size equals 16bits */
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_CONCURRENT_XIP_INSTSIZE_0BIT

#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_0BIT   0x0 /* no instruction */

Definition at line 595 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_CONCURRENT_XIP_INSTSIZE_16BIT

#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_16BIT   0x3 /* instruction size equals 16bits */

Definition at line 598 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_CONCURRENT_XIP_INSTSIZE_4BIT

#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_4BIT   0x1 /* instruction size equals 4bits */

Definition at line 596 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_CONCURRENT_XIP_INSTSIZE_8BIT

#define LL_QSPI_CONCURRENT_XIP_INSTSIZE_8BIT   0x2 /* instruction size equals 8bits */

Definition at line 597 of file gr55xx_ll_qspi.h.