Searched refs:LPSPI_GetRxFifoCount (Results 1 – 3 of 3) sorted by relevance
700 while (LPSPI_GetRxFifoCount(base)) in LPSPI_MasterTransferBlocking()729 while (LPSPI_GetRxFifoCount(base)) in LPSPI_MasterTransferBlocking()1026 while ((LPSPI_GetRxFifoCount(base)) && (handle->rxRemainingByteCount)) in LPSPI_MasterTransferHandleIRQ()1381 while (LPSPI_GetRxFifoCount(base)) in LPSPI_SlaveTransferHandleIRQ()
525 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0) in EDMA_LpspiMasterCallback()946 while (LPSPI_GetRxFifoCount(lpspiEdmaPrivateHandle->base) == 0) in EDMA_LpspiSlaveCallback()
554 static inline uint32_t LPSPI_GetRxFifoCount(LPSPI_Type *base) in LPSPI_GetRxFifoCount() function