Searched refs:rxInProgress (Results 1 – 13 of 13) sorted by relevance
91 …PrivateHandle->handle->txInProgress == false) && (spiPrivateHandle->handle->rxInProgress == false)) in FLEXIO_SPI_TxDMACallback()112 spiPrivateHandle->handle->rxInProgress = false; in FLEXIO_SPI_RxDMACallback()115 …PrivateHandle->handle->txInProgress == false) && (spiPrivateHandle->handle->rxInProgress == false)) in FLEXIO_SPI_RxDMACallback()232 handle->rxInProgress = true; in FLEXIO_SPI_DMAConfig()301 handle->rxInProgress = false; in FLEXIO_SPI_MasterTransferCreateHandleDMA()344 if ((handle->txInProgress) || (handle->rxInProgress)) in FLEXIO_SPI_MasterTransferDMA()417 if (handle->rxInProgress) in FLEXIO_SPI_MasterTransferGetCountDMA()448 handle->rxInProgress = false; in FLEXIO_SPI_MasterTransferAbortDMA()476 if ((handle->txInProgress) || (handle->rxInProgress)) in FLEXIO_SPI_SlaveTransferDMA()
91 …PrivateHandle->handle->txInProgress == false) && (spiPrivateHandle->handle->rxInProgress == false)) in FLEXIO_SPI_TxEDMACallback()113 spiPrivateHandle->handle->rxInProgress = false; in FLEXIO_SPI_RxEDMACallback()116 …PrivateHandle->handle->txInProgress == false) && (spiPrivateHandle->handle->rxInProgress == false)) in FLEXIO_SPI_RxEDMACallback()257 handle->rxInProgress = true; in FLEXIO_SPI_EDMAConfig()327 handle->rxInProgress = false; in FLEXIO_SPI_MasterTransferCreateHandleEDMA()370 if ((handle->txInProgress) || (handle->rxInProgress)) in FLEXIO_SPI_MasterTransferEDMA()443 if (handle->rxInProgress) in FLEXIO_SPI_MasterTransferGetCountEDMA()478 handle->rxInProgress = false; in FLEXIO_SPI_MasterTransferAbortEDMA()506 if ((handle->txInProgress) || (handle->rxInProgress)) in FLEXIO_SPI_SlaveTransferEDMA()
52 bool rxInProgress; /*!< Receive transfer in progress */ member
53 bool rxInProgress; /*!< Receive transfer in progress */ member
77 if ((spiHandle->txInProgress == false) && (spiHandle->rxInProgress == false)) in SPI_TxDMACallback()100 spiHandle->rxInProgress = false; in SPI_RxDMACallback()103 if ((spiHandle->txInProgress == false) && (spiHandle->rxInProgress == false)) in SPI_RxDMACallback()268 handle->rxInProgress = true; in SPI_MasterTransferDMA()301 if (handle->rxInProgress) in SPI_MasterTransferGetCountDMA()333 handle->rxInProgress = false; in SPI_MasterTransferAbortDMA()
38 bool rxInProgress; /*!< Receive transfer finished */ member
97 ecspiSdmaPrivateHandle->handle->rxInProgress = false; in SDMA_EcspiMasterCallback()103 (ecspiSdmaPrivateHandle->handle->rxInProgress == false)) in SDMA_EcspiMasterCallback()158 ecspiSdmaPrivateHandle->handle->rxInProgress = false; in SDMA_EcspiSlaveCallback()164 (ecspiSdmaPrivateHandle->handle->rxInProgress == false)) in SDMA_EcspiSlaveCallback()372 handle->rxInProgress = true; in ECSPI_MasterTransferSDMA()448 handle->rxInProgress = true; in ECSPI_SlaveTransferSDMA()
35 bool rxInProgress; /*!< Receive transfer finished */ member
268 handle->rxInProgress = true; in SPI_MasterTransferDMA()476 spiHandle->rxInProgress = false; in SPI_RxDMACallback()479 if ((spiHandle->txInProgress == false) && (spiHandle->rxInProgress == false)) in SPI_RxDMACallback()499 if ((spiHandle->txInProgress == false) && (spiHandle->rxInProgress == false)) in SPI_TxDMACallback()526 handle->rxInProgress = false; in SPI_MasterTransferAbortDMA()
40 volatile bool rxInProgress; /*!< Receive transfer finished */ member
818 …->handle->masterHandle.txInProgress == true) || (SPI->handle->masterHandle.rxInProgress == true)) ? in SPI_DMAGetStatus()825 …PI->handle->slaveHandle.txInProgress == true) || (SPI->handle->slaveHandle.rxInProgress == true)) ? in SPI_DMAGetStatus()
713 …stat.busy = ((ecspi->handle->txInProgress == true) || (ecspi->handle->rxInProgress == true))… in ECSPI_SDMAGetStatus()
899 …->handle->masterHandle.txInProgress == true) || (spi->handle->masterHandle.rxInProgress == true)) ? in SPI_DMAGetStatus()907 …pi->handle->slaveHandle.txInProgress == true) || (spi->handle->slaveHandle.rxInProgress == true)) ? in SPI_DMAGetStatus()