Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c1011 while ((stateParams->isTxMask) && (LPSPI_GetRxFifoCount(base) == 0U))
1016 while ((LPSPI_GetRxFifoCount(base) != 0U) && (--waitTimes != 0U))
1018 while (LPSPI_GetRxFifoCount(base) != 0U)
1078 while ((LPSPI_GetRxFifoCount(base) != 0U) && (--waitTimes != 0U))
1080 while (LPSPI_GetRxFifoCount(base) != 0U)
1667 while ((LPSPI_GetRxFifoCount(base) != 0U) && (handle->rxRemainingByteCount != 0U))
2102 while (LPSPI_GetRxFifoCount(base) != 0U)
Dfsl_lpspi_edma.c634 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0U) in EDMA_LpspiMasterCallback()
1088 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0U) in EDMA_LpspiSlaveCallback()
Dfsl_lpspi.h582 static inline uint32_t LPSPI_GetRxFifoCount(LPSPI_Type *base) in LPSPI_GetRxFifoCount() function