Home
last modified time | relevance | path

Searched refs:removedCount (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c1417 uint32_t removedCount = 0UL; in XSPI_ReadBlocking() local
1452 removedCount = XSPI_GetRxBufferRemovedBytesCount(base); in XSPI_ReadBlocking()
1461 while ((XSPI_GetRxBufferRemovedBytesCount(base) - removedCount) != (rxWatermark * 4UL)) in XSPI_ReadBlocking()