STM32F479xx HAL User Manual
Defines
QSPI Clock Mode
QSPI Exported Constants

Defines

#define QSPI_CLOCK_MODE_0   0x00000000U
#define QSPI_CLOCK_MODE_3   ((uint32_t)QUADSPI_DCR_CKMODE)

Define Documentation

#define QSPI_CLOCK_MODE_0   0x00000000U

Clk stays low while nCS is released

Definition at line 273 of file stm32f4xx_hal_qspi.h.

#define QSPI_CLOCK_MODE_3   ((uint32_t)QUADSPI_DCR_CKMODE)

Clk goes high while nCS is released

Definition at line 274 of file stm32f4xx_hal_qspi.h.