HAL
QSPI_TIMEOUT_COUNTER_ENABLE is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALQSPI_TIMEOUT_COUNTER_ENABLE

QSPI_TIMEOUT_COUNTER_ENABLE macro

Timeout counter enabled, nCS released when timeout expires

Syntax

#define QSPI_TIMEOUT_COUNTER_ENABLE ((uint32_t)QUADSPI_CR_TCEN)

References

LocationText
stm32f4xx_hal_qspi.h:411
#define QSPI_TIMEOUT_COUNTER_ENABLE ((uint32_t)QUADSPI_CR_TCEN) /*!<Timeout counter enabled, nCS released when timeout expires*/
stm32f4xx_hal_qspi.c:1896
if (cfg->TimeOutActivation == QSPI_TIMEOUT_COUNTER_ENABLE)
stm32f4xx_hal_qspi.h:728
((TCEN) == QSPI_TIMEOUT_COUNTER_ENABLE))