Home
last modified time | relevance | path

Searched refs:toReceiveCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c528 uint32_t toReceiveCount = 0; in SPI_MasterTransferBlocking() local
570 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() local
938 handle->toReceiveCount -= 1; in SPI_TransferHandleIRQInternal()
[all …]
Dfsl_spi.h287 …volatile int8_t toReceiveCount; /*!< The number of data expected to receive in data width. Since t… member