Searched refs:LPSPI_GetRxFifoCount (Results 1 – 3 of 3) sorted by relevance
1011 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)
634 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0U) in EDMA_LpspiMasterCallback()1088 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0U) in EDMA_LpspiSlaveCallback()
582 static inline uint32_t LPSPI_GetRxFifoCount(LPSPI_Type *base) in LPSPI_GetRxFifoCount() function