STM32L486xx HAL User Manual
Defines
QSPI Automatic Stop
QSPI Exported Constants

Defines

#define QSPI_AUTOMATIC_STOP_DISABLE   0x00000000U
#define QSPI_AUTOMATIC_STOP_ENABLE   ((uint32_t)QUADSPI_CR_APMS)

Define Documentation

#define QSPI_AUTOMATIC_STOP_DISABLE   0x00000000U

AutoPolling stops only with abort or QSPI disabling

Definition at line 421 of file stm32l4xx_hal_qspi.h.

#define QSPI_AUTOMATIC_STOP_ENABLE   ((uint32_t)QUADSPI_CR_APMS)

AutoPolling stops as soon as there is a match

Definition at line 422 of file stm32l4xx_hal_qspi.h.

Referenced by HAL_QSPI_AutoPolling().