![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Macros | |
#define | QSPI_AUTOMATIC_STOP_DISABLE ((uint32_t)0x00000000U) |
#define | QSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) |
#define QSPI_AUTOMATIC_STOP_DISABLE ((uint32_t)0x00000000U) |
AutoPolling stops only with abort or QSPI disabling
Definition at line 376 of file stm32f7xx_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 377 of file stm32f7xx_hal_qspi.h.