Lines Matching refs:rxRemainingByteCount
64 uint32_t rxRemainingByteCount; member
986 ((stateParams->rxRemainingByteCount) - txRemainingByteCount) < rxFifoMaxBytes))
1037 if (((stateParams->rxData) != NULL) && ((stateParams->rxRemainingByteCount) != 0U))
1057 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))
1059 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);
1065 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead);
1105 while ((stateParams->rxRemainingByteCount) > 0U)
1116 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))
1118 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);
1124 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead);
1207 stateParams.rxRemainingByteCount = transfer->dataSize;
1372 handle->rxRemainingByteCount = transfer->dataSize;
1421 handle->rxRemainingByteCount = 0;
1642 remainingByte = handle->rxRemainingByteCount;
1673 handle->rxRemainingByteCount = 0;
1695 if (handle->rxRemainingByteCount != 0U)
1708 while ((LPSPI_GetRxFifoCount(base) != 0U) && (handle->rxRemainingByteCount != 0U))
1717 if (handle->rxRemainingByteCount < (size_t)bytesEachRead)
1719 handle->bytesEachRead = (uint8_t)(handle->rxRemainingByteCount);
1727 handle->rxRemainingByteCount -= (size_t)bytesEachRead;
1733 if (handle->rxRemainingByteCount != 0U)
1791 …if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U) && (!handle->writ…
1899 handle->rxRemainingByteCount = transfer->dataSize;
1938 handle->rxRemainingByteCount = 0U;
2095 remainingByte = handle->rxRemainingByteCount;
2126 handle->rxRemainingByteCount = 0U;
2148 if (handle->rxRemainingByteCount > 0U)
2158 if (handle->rxRemainingByteCount < (size_t)bytesEachRead)
2160 handle->bytesEachRead = (uint8_t)handle->rxRemainingByteCount;
2168 handle->rxRemainingByteCount -= (size_t)bytesEachRead;
2175 if (handle->rxRemainingByteCount == 0U)
2197 if ((handle->txRemainingByteCount == 0U) && (handle->rxRemainingByteCount == 0U))