HAL
QSPI_FLAG_TC is only used within HAL.
 
Symbols
loading...
Files
loading...

QSPI_FLAG_TC macro

Transfer complete flag: programmed number of data have been transferred or the transfer has been aborted

Syntax

#define QSPI_FLAG_TC QUADSPI_SR_TCF

References

LocationText
stm32f4xx_hal_qspi.h:423
#define QSPI_FLAG_TC QUADSPI_SR_TCF /*!<Transfer complete flag: programmed number of data have been transferred or the transfer has been aborted*/
stm32f4xx_hal_qspi.c:555
else if(((flag & QSPI_FLAG_TC) != 0U) && ((itsource & QSPI_IT_TC) != 0U))
stm32f4xx_hal_qspi.c:558
WRITE_REG(hqspi->Instance->FCR, QSPI_FLAG_TC);
stm32f4xx_hal_qspi.c:834
status = QSPI_WaitFlagStateUntilTimeout(hqspi, QSPI_FLAG_TC, SET, tickstart, Timeout);
stm32f4xx_hal_qspi.c:838
stm32f4xx_hal_qspi.c:918
stm32f4xx_hal_qspi.c:1013
status = QSPI_WaitFlagStateUntilTimeout(hqspi, QSPI_FLAG_TC, SET, tickstart, Timeout);
stm32f4xx_hal_qspi.c:1018
stm32f4xx_hal_qspi.c:1087
status = QSPI_WaitFlagStateUntilTimeout(hqspi, (QSPI_FLAG_FT | QSPI_FLAG_TC), SET, tickstart, Timeout);
stm32f4xx_hal_qspi.c:1102
status = QSPI_WaitFlagStateUntilTimeout(hqspi, QSPI_FLAG_TC, SET, tickstart, Timeout);
stm32f4xx_hal_qspi.c:1107
stm32f4xx_hal_qspi.c:1163
stm32f4xx_hal_qspi.c:1224
stm32f4xx_hal_qspi.c:1334
stm32f4xx_hal_qspi.c:1502
stm32f4xx_hal_qspi.c:2375
status = QSPI_WaitFlagStateUntilTimeout(hqspi, QSPI_FLAG_TC, SET, tickstart, hqspi->Timeout);
stm32f4xx_hal_qspi.c:2379
stm32f4xx_hal_qspi.c:2450
stm32f4xx_hal_qspi.c:2670
__HAL_QSPI_CLEAR_FLAG(hqspi, QSPI_FLAG_TC);