Searched refs:tmpRemainingReceiveByteCount (Results 1 – 1 of 1) sorted by relevance
1459 size_t tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo() local1475 (((tmpRemainingReceiveByteCount - tmpRemainingSendByteCount) / 2U) < tmpFifoSize)) in DSPI_MasterTransferFillUpTxFifo()1528 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo()1542 ((tmpRemainingReceiveByteCount - tmpRemainingSendByteCount) < tmpFifoSize)) in DSPI_MasterTransferFillUpTxFifo()1576 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_MasterTransferFillUpTxFifo()2044 uint32_t tmpRemainingReceiveByteCount = 0; in DSPI_SlaveTransferHandleIRQ() local2177 tmpRemainingReceiveByteCount = handle->remainingReceiveByteCount; in DSPI_SlaveTransferHandleIRQ()2178 if ((handle->state == (uint8_t)(kDSPI_Error)) || (tmpRemainingReceiveByteCount == 0U)) in DSPI_SlaveTransferHandleIRQ()