Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c1452 removedCount = XSPI_GetRxBufferRemovedBytesCount(base); in XSPI_ReadBlocking()
1461 while ((XSPI_GetRxBufferRemovedBytesCount(base) - removedCount) != (rxWatermark * 4UL)) in XSPI_ReadBlocking()
Dfsl_xspi.h1486 static inline uint32_t XSPI_GetRxBufferRemovedBytesCount(XSPI_Type *base) in XSPI_GetRxBufferRemovedBytesCount() function