Home
last modified time | relevance | path

Searched refs:rxRemainingByteCount (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi.c60 uint32_t rxRemainingByteCount; member
963 ((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 …]
Dfsl_lpspi_edma.c326 handle->rxRemainingByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMALite()
626 size_t rxRemainingByteCount = lpspiEdmaPrivateHandle->handle->rxRemainingByteCount; in EDMA_LpspiMasterCallback() local
641 …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() local
1095 …SPI_SeparateEdmaReadData(&(lpspiEdmaPrivateHandle->handle->rxData[rxRemainingByteCount - bytesLast… in EDMA_LpspiSlaveCallback()
Dfsl_lpspi_edma.h83 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
128 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
Dfsl_lpspi.h374 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
405 volatile size_t rxRemainingByteCount; /*!< Number of bytes remaining to receive.*/ member
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c1122 (uint32_t)lpspi->handle->masterHandle.rxRemainingByteCount; in LPSPI_InterruptGetCount()
1127 (uint32_t)lpspi->handle->slaveHandle.rxRemainingByteCount; in LPSPI_InterruptGetCount()