STM32F479xx HAL User Manual
Defines
QSPI Instruction Mode
QSPI Exported Constants

Defines

#define QSPI_INSTRUCTION_NONE   0x00000000U
#define QSPI_INSTRUCTION_1_LINE   ((uint32_t)QUADSPI_CCR_IMODE_0)
#define QSPI_INSTRUCTION_2_LINES   ((uint32_t)QUADSPI_CCR_IMODE_1)
#define QSPI_INSTRUCTION_4_LINES   ((uint32_t)QUADSPI_CCR_IMODE)

Define Documentation

#define QSPI_INSTRUCTION_1_LINE   ((uint32_t)QUADSPI_CCR_IMODE_0)

Instruction on a single line

Definition at line 323 of file stm32f4xx_hal_qspi.h.

#define QSPI_INSTRUCTION_2_LINES   ((uint32_t)QUADSPI_CCR_IMODE_1)

Instruction on two lines

Definition at line 324 of file stm32f4xx_hal_qspi.h.

#define QSPI_INSTRUCTION_4_LINES   ((uint32_t)QUADSPI_CCR_IMODE)

Instruction on four lines

Definition at line 325 of file stm32f4xx_hal_qspi.h.

#define QSPI_INSTRUCTION_NONE   0x00000000U