Searched refs:XSPI_GetRxBufferRemovedBytesCount (Results 1 – 2 of 2) sorted by relevance
1452 removedCount = XSPI_GetRxBufferRemovedBytesCount(base); in XSPI_ReadBlocking()1461 while ((XSPI_GetRxBufferRemovedBytesCount(base) - removedCount) != (rxWatermark * 4UL)) in XSPI_ReadBlocking()
1486 static inline uint32_t XSPI_GetRxBufferRemovedBytesCount(XSPI_Type *base) in XSPI_GetRxBufferRemovedBytesCount() function