Lines Matching refs:rxRemainingBytes
358 handle->rxRemainingBytes -= bytes; in SPI_ReceiveTransfer()
375 handle->rxRemainingBytes -= bytes; in SPI_ReceiveTransfer()
378 if (handle->rxRemainingBytes == ((uint32_t)handle->watermark * 2U)) in SPI_ReceiveTransfer()
1074 handle->rxRemainingBytes = xfer->dataSize; in SPI_MasterTransferNonBlocking()
1169 *count = handle->transferSize - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
1210 handle->rxRemainingBytes = 0; in SPI_MasterTransferAbort()
1225 if ((handle->rxRemainingBytes) != 0U) in SPI_MasterTransferHandleIRQ()
1236 ((handle->rxRemainingBytes - handle->txRemainingBytes) < handle->watermark)) in SPI_MasterTransferHandleIRQ()
1249 if ((handle->txRemainingBytes == 0U) && (handle->rxRemainingBytes == 0U)) in SPI_MasterTransferHandleIRQ()
1347 handle->rxRemainingBytes = (xfer->rxData == NULL) ? 0U : xfer->dataSize; in SPI_SlaveTransferNonBlocking()
1423 if ((handle->rxRemainingBytes) != 0U) in SPI_SlaveTransferHandleIRQ()
1441 if ((handle->txRemainingBytes == 0U) && (handle->rxRemainingBytes == 0U)) in SPI_SlaveTransferHandleIRQ()