Searched refs:rxRemainingCount (Results 1 – 1 of 1) sorted by relevance
1033 … uint32_t rxRemainingCount = SPI_BYTES_TO_COUNT(handle->dataWidth, handle->rxRemainingBytes); in SPI_MasterTransferHandleIRQ() local1037 if ((0U == handle->txRemainingBytes) && (rxRemainingCount <= toReceiveCount)) in SPI_MasterTransferHandleIRQ()1043 if (rxRemainingCount == 0U) in SPI_MasterTransferHandleIRQ()1056 if (rxRemainingCount < (SPI_FIFOTRIG_RXLVL_GET(base) + 1U)) in SPI_MasterTransferHandleIRQ()1059 … (base->FIFOTRIG & (~SPI_FIFOTRIG_RXLVL_MASK)) | SPI_FIFOTRIG_RXLVL(rxRemainingCount - 1U); in SPI_MasterTransferHandleIRQ()