Lines Matching refs:rxRemainingByteCount
939 uint32_t rxRemainingByteCount = transfer->dataSize; local
1023 if (((NULL == rxData) || (rxRemainingByteCount - txRemainingByteCount) < rxFifoMaxBytes))
1054 if ((rxData != NULL) && (rxRemainingByteCount != 0U))
1069 if (rxRemainingByteCount < bytesEachRead)
1071 bytesEachRead = (uint8_t)rxRemainingByteCount;
1077 rxRemainingByteCount -= bytesEachRead;
1113 while (rxRemainingByteCount > 0U)
1124 if (rxRemainingByteCount < bytesEachRead)
1126 bytesEachRead = (uint8_t)rxRemainingByteCount;
1132 rxRemainingByteCount -= bytesEachRead;
1216 handle->rxRemainingByteCount = transfer->dataSize;
1261 handle->rxRemainingByteCount = 0;
1470 remainingByte = handle->rxRemainingByteCount;
1501 handle->rxRemainingByteCount = 0;
1524 if (handle->rxRemainingByteCount != 0U)
1532 while ((LPSPI_GetRxFifoCount(base) != 0U) && (handle->rxRemainingByteCount != 0U))
1541 if (handle->rxRemainingByteCount < (size_t)bytesEachRead)
1543 handle->bytesEachRead = (uint8_t)(handle->rxRemainingByteCount);
1551 handle->rxRemainingByteCount -= (size_t)bytesEachRead;
1557 if (handle->rxRemainingByteCount != 0U)
1608 …if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writ…
1730 handle->rxRemainingByteCount = transfer->dataSize;
1765 handle->rxRemainingByteCount = 0U;
1918 remainingByte = handle->rxRemainingByteCount;
1949 handle->rxRemainingByteCount = 0U;
1972 if (handle->rxRemainingByteCount > 0U)
1982 if (handle->rxRemainingByteCount < (size_t)bytesEachRead)
1984 handle->bytesEachRead = (uint8_t)handle->rxRemainingByteCount;
1992 handle->rxRemainingByteCount -= (size_t)bytesEachRead;
1999 if (handle->rxRemainingByteCount == 0U)
2021 if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U))