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

#define QSPI_CLOCK_MODE_3   ((uint32_t)QUADSPI_DCR_CKMODE)

Clk goes high while nCS is released

Definition at line 289 of file stm32l4xx_hal_qspi.h.