STM32L486xx 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 318 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_24_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_1)

24-bit address

Definition at line 319 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_32_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE)

32-bit address

Definition at line 320 of file stm32l4xx_hal_qspi.h.

#define QSPI_ADDRESS_8_BITS   0x00000000U

8-bit address

Definition at line 317 of file stm32l4xx_hal_qspi.h.