Searched refs:toReceiveCount (Results 1 – 2 of 2) sorted by relevance
528 uint32_t toReceiveCount = 0; in SPI_MasterTransferBlocking() local570 while ((txRemainingBytes != 0U) || (rxRemainingBytes != 0U) || (toReceiveCount != 0U)) in SPI_MasterTransferBlocking()595 toReceiveCount -= 1U; in SPI_MasterTransferBlocking()598 … if (((base->FIFOSTAT & SPI_FIFOSTAT_TXNOTFULL_MASK) != 0U) && (toReceiveCount < fifoDepth) && in SPI_MasterTransferBlocking()599 …RemainingBytes != 0U) || (rxRemainingBytes >= SPI_COUNT_TO_BYTES(dataWidth, toReceiveCount + 1U)))) in SPI_MasterTransferBlocking()622 if (rxRemainingBytes == SPI_COUNT_TO_BYTES(dataWidth, toReceiveCount + 1U)) in SPI_MasterTransferBlocking()630 toReceiveCount += 1U; in SPI_MasterTransferBlocking()692 handle->toReceiveCount = 0; in SPI_MasterTransferNonBlocking()901 uint8_t toReceiveCount; in SPI_TransferHandleIRQInternal() local938 handle->toReceiveCount -= 1; in SPI_TransferHandleIRQInternal()[all …]
287 …volatile int8_t toReceiveCount; /*!< The number of data expected to receive in data width. Since t… member