|
STM32F479xx HAL User Manual
|
Defines | |
| #define | QSPI_AUTOMATIC_STOP_DISABLE 0x00000000U |
| #define | QSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) |
| #define QSPI_AUTOMATIC_STOP_DISABLE 0x00000000U |
AutoPolling stops only with abort or QSPI disabling
Definition at line 402 of file stm32f4xx_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 403 of file stm32f4xx_hal_qspi.h.
Referenced by HAL_QSPI_AutoPolling().
1.7.6.1