Searched refs:rxRemainingByteCount (Results 1 – 5 of 5) sorted by relevance
60 uint32_t rxRemainingByteCount; member963 ((stateParams->rxRemainingByteCount) - txRemainingByteCount) < rxFifoMaxBytes))1007 if (((stateParams->rxData) != NULL) && ((stateParams->rxRemainingByteCount) != 0U))1027 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))1029 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);1035 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead);1074 while ((stateParams->rxRemainingByteCount) > 0U)1085 if ((stateParams->rxRemainingByteCount) < (stateParams->bytesEachRead))1087 (stateParams->bytesEachRead) = (uint8_t)(stateParams->rxRemainingByteCount);1093 (stateParams->rxRemainingByteCount) -= (stateParams->bytesEachRead);[all …]
326 handle->rxRemainingByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMALite()626 size_t rxRemainingByteCount = lpspiEdmaPrivateHandle->handle->rxRemainingByteCount; in EDMA_LpspiMasterCallback() local641 …SPI_SeparateEdmaReadData(&(lpspiEdmaPrivateHandle->handle->rxData[rxRemainingByteCount - bytesLast… in EDMA_LpspiMasterCallback()818 handle->rxRemainingByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()1075 size_t rxRemainingByteCount = lpspiEdmaPrivateHandle->handle->rxRemainingByteCount; in EDMA_LpspiSlaveCallback() local1095 …SPI_SeparateEdmaReadData(&(lpspiEdmaPrivateHandle->handle->rxData[rxRemainingByteCount - bytesLast… in EDMA_LpspiSlaveCallback()
83 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member128 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
374 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member405 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
1122 (uint32_t)lpspi->handle->masterHandle.rxRemainingByteCount; in LPSPI_InterruptGetCount()1127 (uint32_t)lpspi->handle->slaveHandle.rxRemainingByteCount; in LPSPI_InterruptGetCount()