STM32L443xx HAL User Manual
Defines
QSPI Address Size
QSPI Exported Constants

Defines

#define QSPI_ADDRESS_8_BITS   0x00000000U
#define QSPI_ADDRESS_16_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_0)
#define QSPI_ADDRESS_24_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_1)
#define QSPI_ADDRESS_32_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE)

Define Documentation

#define QSPI_ADDRESS_16_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_0)

16-bit address

Definition at line 305 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_24_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_1)

24-bit address

Definition at line 306 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_32_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE)

32-bit address

Definition at line 307 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_8_BITS   0x00000000U

8-bit address

Definition at line 304 of file stm32l4xx_hal_qspi.h.