Macros

#define LL_QSPI_ADDRSIZE_0BIT   0x00000000UL
 
#define LL_QSPI_ADDRSIZE_4BIT   (1UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_8BIT   (2UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_12BIT   (3UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_16BIT   (4UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_20BIT   (5UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_24BIT   (6UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_28BIT   (7UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_32BIT   (8UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_36BIT   (9UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_40BIT   (10UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_44BIT   (11UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_48BIT   (12UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_52BIT   (13UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_56BIT   (14UL << QSPI_SCTRL0_ADDRL_Pos)
 
#define LL_QSPI_ADDRSIZE_60BIT   (15UL << QSPI_SCTRL0_ADDRL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_QSPI_ADDRSIZE_0BIT

#define LL_QSPI_ADDRSIZE_0BIT   0x00000000UL

Address length for QSPI transfer: 0 bits

Definition at line 527 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_12BIT

#define LL_QSPI_ADDRSIZE_12BIT   (3UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 12 bits

Definition at line 530 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_16BIT

#define LL_QSPI_ADDRSIZE_16BIT   (4UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 16 bits

Definition at line 531 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_20BIT

#define LL_QSPI_ADDRSIZE_20BIT   (5UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 20 bits

Definition at line 532 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_24BIT

#define LL_QSPI_ADDRSIZE_24BIT   (6UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 24 bits

Definition at line 533 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_28BIT

#define LL_QSPI_ADDRSIZE_28BIT   (7UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 28 bits

Definition at line 534 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_32BIT

#define LL_QSPI_ADDRSIZE_32BIT   (8UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 32 bits

Definition at line 535 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_36BIT

#define LL_QSPI_ADDRSIZE_36BIT   (9UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 36 bits

Definition at line 536 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_40BIT

#define LL_QSPI_ADDRSIZE_40BIT   (10UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 40 bits

Definition at line 537 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_44BIT

#define LL_QSPI_ADDRSIZE_44BIT   (11UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 44 bits

Definition at line 538 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_48BIT

#define LL_QSPI_ADDRSIZE_48BIT   (12UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 48 bits

Definition at line 539 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_4BIT

#define LL_QSPI_ADDRSIZE_4BIT   (1UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 4 bits

Definition at line 528 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_52BIT

#define LL_QSPI_ADDRSIZE_52BIT   (13UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 52 bits

Definition at line 540 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_56BIT

#define LL_QSPI_ADDRSIZE_56BIT   (14UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 56 bits

Definition at line 541 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_60BIT

#define LL_QSPI_ADDRSIZE_60BIT   (15UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 60 bits

Definition at line 542 of file gr55xx_ll_qspi.h.

◆ LL_QSPI_ADDRSIZE_8BIT

#define LL_QSPI_ADDRSIZE_8BIT   (2UL << QSPI_SCTRL0_ADDRL_Pos)

Address length for QSPI transfer: 8 bits

Definition at line 529 of file gr55xx_ll_qspi.h.