XQSPI Address Size, only in QSPI mode
+ Collaboration diagram for XQSPI Address Size, only in QSPI mode:

Macros

#define XQSPI_ADDRSIZE_00_BITS   (0)
 0-bit (No Address)
More...
 
#define XQSPI_ADDRSIZE_08_BITS   (1)
 8-bit Address
More...
 
#define XQSPI_ADDRSIZE_16_BITS   (2)
 16-bit Address
More...
 
#define XQSPI_ADDRSIZE_24_BITS   (3)
 24-bit Address
More...
 
#define XQSPI_ADDRSIZE_32_BITS   (4)
 32-bit Address
More...
 

Detailed Description

Macro Definition Documentation

◆ XQSPI_ADDRSIZE_00_BITS

#define XQSPI_ADDRSIZE_00_BITS   (0)

0-bit (No Address)

Definition at line 315 of file gr55xx_hal_xqspi.h.

◆ XQSPI_ADDRSIZE_08_BITS

#define XQSPI_ADDRSIZE_08_BITS   (1)

8-bit Address

Definition at line 316 of file gr55xx_hal_xqspi.h.

◆ XQSPI_ADDRSIZE_16_BITS

#define XQSPI_ADDRSIZE_16_BITS   (2)

16-bit Address

Definition at line 317 of file gr55xx_hal_xqspi.h.

◆ XQSPI_ADDRSIZE_24_BITS

#define XQSPI_ADDRSIZE_24_BITS   (3)

24-bit Address

Definition at line 318 of file gr55xx_hal_xqspi.h.

◆ XQSPI_ADDRSIZE_32_BITS

#define XQSPI_ADDRSIZE_32_BITS   (4)

32-bit Address

Definition at line 319 of file gr55xx_hal_xqspi.h.