HAL + 0/22 examples
CodeScope will show references to QSPI_AUTOMATIC_STOP_ENABLE from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALQSPI_AUTOMATIC_STOP_ENABLE

QSPI_AUTOMATIC_STOP_ENABLE macro

AutoPolling stops as soon as there is a match

Syntax

#define QSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS)

Examples

QSPI_AUTOMATIC_STOP_ENABLE is referenced by 22 libraries and example projects.

References

LocationText
stm32f4xx_hal_qspi.h:402
#define QSPI_AUTOMATIC_STOP_ENABLE ((uint32_t)QUADSPI_CR_APMS) /*!<AutoPolling stops as soon as there is a match*/
stm32f4xx_hal_qspi.c:1704
(cfg->MatchMode | QSPI_AUTOMATIC_STOP_ENABLE));
stm32f4xx_hal_qspi.h:725
((APMS) == QSPI_AUTOMATIC_STOP_ENABLE))