STM32F479xx HAL User Manual
Defines
QSPI Private Constants
QSPI

Defines

#define QSPI_FUNCTIONAL_MODE_INDIRECT_WRITE   0x00000000U
#define QSPI_FUNCTIONAL_MODE_INDIRECT_READ   ((uint32_t)QUADSPI_CCR_FMODE_0)
#define QSPI_FUNCTIONAL_MODE_AUTO_POLLING   ((uint32_t)QUADSPI_CCR_FMODE_1)
#define QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED   ((uint32_t)QUADSPI_CCR_FMODE)

Define Documentation

#define QSPI_FUNCTIONAL_MODE_AUTO_POLLING   ((uint32_t)QUADSPI_CCR_FMODE_1)

Automatic polling mode

Definition at line 233 of file stm32f4xx_hal_qspi.c.

Referenced by HAL_QSPI_AutoPolling(), and HAL_QSPI_AutoPolling_IT().

#define QSPI_FUNCTIONAL_MODE_INDIRECT_READ   ((uint32_t)QUADSPI_CCR_FMODE_0)

Indirect read mode

Definition at line 232 of file stm32f4xx_hal_qspi.c.

Referenced by HAL_QSPI_Receive(), HAL_QSPI_Receive_DMA(), and HAL_QSPI_Receive_IT().

#define QSPI_FUNCTIONAL_MODE_INDIRECT_WRITE   0x00000000U
#define QSPI_FUNCTIONAL_MODE_MEMORY_MAPPED   ((uint32_t)QUADSPI_CCR_FMODE)

Memory-mapped mode

Definition at line 234 of file stm32f4xx_hal_qspi.c.

Referenced by HAL_QSPI_MemoryMapped(), and QSPI_Config().