Searched refs:tmpRemainingReceiveByteCount (Results 1 – 1 of 1) sorted by relevance
1445 size_t tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo() local1461 (((tmpRemainingReceiveByteCount - tmpRemainingSendByteCount) / 2U) < tmpFifoSize)) in DSPI_MasterTransferFillUpTxFifo()1514 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo()1528 ((tmpRemainingReceiveByteCount - tmpRemainingSendByteCount) < tmpFifoSize)) in DSPI_MasterTransferFillUpTxFifo()1562 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo()2007 uint32_t tmpRemainingReceiveByteCount = 0; in DSPI_SlaveTransferHandleIRQ() local2140 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_SlaveTransferHandleIRQ()2141 if ((handle->state == (uint8_t)(kDSPI_Error)) || (tmpRemainingReceiveByteCount == 0U)) in DSPI_SlaveTransferHandleIRQ()