STM32F479xx 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 301 of file stm32f4xx_hal_qspi.h.

#define QSPI_ADDRESS_24_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE_1)

24-bit address

Definition at line 302 of file stm32f4xx_hal_qspi.h.

#define QSPI_ADDRESS_32_BITS   ((uint32_t)QUADSPI_CCR_ADSIZE)

32-bit address

Definition at line 303 of file stm32f4xx_hal_qspi.h.

#define QSPI_ADDRESS_8_BITS   0x00000000U

8-bit address

Definition at line 300 of file stm32f4xx_hal_qspi.h.