STM32L486xx HAL User Manual
Defines
QSPI Sample Shifting
QSPI Exported Constants

Defines

#define QSPI_SAMPLE_SHIFTING_NONE   0x00000000U
#define QSPI_SAMPLE_SHIFTING_HALFCYCLE   ((uint32_t)QUADSPI_CR_SSHIFT)

Define Documentation

#define QSPI_SAMPLE_SHIFTING_HALFCYCLE   ((uint32_t)QUADSPI_CR_SSHIFT)

1/2 clock cycle shift to sample data

Definition at line 265 of file stm32l4xx_hal_qspi.h.

#define QSPI_SAMPLE_SHIFTING_NONE   0x00000000U

No clock cycle shift to sample data

Definition at line 264 of file stm32l4xx_hal_qspi.h.