Lines Matching refs:rxData
351 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
354 if (handle->rxData != NULL) in SPI_ReceiveTransfer()
356 handle->rxData += bytes; in SPI_ReceiveTransfer()
368 SPI_ReadNonBlocking(base, handle->rxData, bytes); in SPI_ReceiveTransfer()
371 if (handle->rxData != NULL) in SPI_ReceiveTransfer()
373 handle->rxData += bytes; in SPI_ReceiveTransfer()
924 if ((xfer->txData == NULL) && (xfer->rxData == NULL)) in SPI_MasterTransferBlocking()
984 SPI_ReadNonBlocking(base, xfer->rxData, bytesPerFrame); in SPI_MasterTransferBlocking()
985 if (xfer->rxData != NULL) in SPI_MasterTransferBlocking()
987 xfer->rxData += bytesPerFrame; in SPI_MasterTransferBlocking()
1064 if (((xfer->txData == NULL) && (xfer->rxData == NULL)) || (xfer->dataSize == 0U)) in SPI_MasterTransferNonBlocking()
1071 handle->rxData = xfer->rxData; in SPI_MasterTransferNonBlocking()
1167 if (handle->rxData != NULL) in SPI_MasterTransferGetCount()
1313 if (((xfer->txData == NULL) && (xfer->rxData == NULL)) || (xfer->dataSize == 0U)) in SPI_SlaveTransferNonBlocking()
1344 handle->rxData = xfer->rxData; in SPI_SlaveTransferNonBlocking()
1347 handle->rxRemainingBytes = (xfer->rxData == NULL) ? 0U : xfer->dataSize; in SPI_SlaveTransferNonBlocking()
1368 if (handle->rxData != NULL) in SPI_SlaveTransferNonBlocking()
1383 if (handle->rxData != NULL) in SPI_SlaveTransferNonBlocking()
1397 if (handle->rxData != NULL) in SPI_SlaveTransferNonBlocking()