STM32F479xx 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 250 of file stm32f4xx_hal_qspi.h.

#define QSPI_SAMPLE_SHIFTING_NONE   0x00000000U

No clock cycle shift to sample data

Definition at line 249 of file stm32f4xx_hal_qspi.h.