Macros

#define LL_QSPI_MW_CMDSIZE_1BIT   0x00000000UL
 
#define LL_QSPI_MW_CMDSIZE_2BIT   (1UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_3BIT   (2UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_4BIT   (3UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_5BIT   (4UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_6BIT   (5UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_7BIT   (6UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_8BIT   (7UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_9BIT   (8UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_10BIT   (9UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_11BIT   (10UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_12BIT   (11UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_13BIT   (12UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_14BIT   (13UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_15BIT   (14UL << QSPI_CTRL0_CFS_Pos)
 
#define LL_QSPI_MW_CMDSIZE_16BIT   (15UL << QSPI_CTRL0_CFS_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_MW_CMDSIZE_10BIT

#define LL_QSPI_MW_CMDSIZE_10BIT   (9UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 10 bits

Definition at line 431 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_11BIT

#define LL_QSPI_MW_CMDSIZE_11BIT   (10UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 11 bits

Definition at line 432 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_12BIT

#define LL_QSPI_MW_CMDSIZE_12BIT   (11UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 12 bits

Definition at line 433 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_13BIT

#define LL_QSPI_MW_CMDSIZE_13BIT   (12UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 13 bits

Definition at line 434 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_14BIT

#define LL_QSPI_MW_CMDSIZE_14BIT   (13UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 14 bits

Definition at line 435 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_15BIT

#define LL_QSPI_MW_CMDSIZE_15BIT   (14UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 15 bits

Definition at line 436 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_16BIT

#define LL_QSPI_MW_CMDSIZE_16BIT   (15UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 16 bits

Definition at line 437 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_1BIT

#define LL_QSPI_MW_CMDSIZE_1BIT   0x00000000UL

CMD length for Microwire transfer: 1 bits

Definition at line 422 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_2BIT

#define LL_QSPI_MW_CMDSIZE_2BIT   (1UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 2 bits

Definition at line 423 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_3BIT

#define LL_QSPI_MW_CMDSIZE_3BIT   (2UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 3 bits

Definition at line 424 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_4BIT

#define LL_QSPI_MW_CMDSIZE_4BIT   (3UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 4 bits

Definition at line 425 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_5BIT

#define LL_QSPI_MW_CMDSIZE_5BIT   (4UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 5 bits

Definition at line 426 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_6BIT

#define LL_QSPI_MW_CMDSIZE_6BIT   (5UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 6 bits

Definition at line 427 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_7BIT

#define LL_QSPI_MW_CMDSIZE_7BIT   (6UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 7 bits

Definition at line 428 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_8BIT

#define LL_QSPI_MW_CMDSIZE_8BIT   (7UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 8 bits

Definition at line 429 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_MW_CMDSIZE_9BIT

#define LL_QSPI_MW_CMDSIZE_9BIT   (8UL << QSPI_CTRL0_CFS_Pos)

CMD length for Microwire transfer: 9 bits

Definition at line 430 of file gr55xx_ll_qspi.h.