Searched refs:totalByteCount (Results 1 – 15 of 15) sorted by relevance
90 size_t totalByteCount; /*!< A number of transfer bytes*/ member114 size_t totalByteCount; /*!< A number of transfer bytes*/ member
1193 handle->totalByteCount = transfer->dataSize; in DSPI_MasterTransferPrepare()1409 *count = handle->totalByteCount - handle->remainingReceiveByteCount; in DSPI_MasterTransferGetCount()1510 …f ((tmpRemainingSendByteCount == 0U) || (tmpRemainingSendByteCount == handle->totalByteCount - 2U)) in DSPI_MasterTransferFillUpTxFifo()1558 …((tmpRemainingSendByteCount == 0U) || (tmpRemainingSendByteCount == (handle->totalByteCount - 1U))) in DSPI_MasterTransferFillUpTxFifo()1780 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferNonBlocking()1843 *count = handle->totalByteCount - handle->remainingReceiveByteCount; in DSPI_SlaveTransferGetCount()
375 size_t totalByteCount; /*!< A number of transfer bytes*/ member393 size_t totalByteCount; /*!< A number of transfer bytes*/ member
214 handle->totalByteCount = transfer->dataSize; in DSPI_MasterTransferEDMA()1084 *count = handle->totalByteCount - bytes; in DSPI_MasterTransferGetCountEDMA()1204 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferEDMA()1528 *count = handle->totalByteCount - bytes; in DSPI_SlaveTransferGetCountEDMA()
88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
327 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMALite()707 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()819 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()1161 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
379 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member410 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
1336 handle->totalByteCount = transfer->dataSize;1608 *count = handle->totalByteCount - remainingByte;1852 handle->totalByteCount = transfer->dataSize;2054 *count = handle->totalByteCount - remainingByte;
691 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()802 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
256 size_t totalByteCount; /*!< A number of transfer bytes */ member
655 cnt = dspi->handle->masterHandle.totalByteCount - bytes; in DSPI_EdmaGetCount()666 cnt = dspi->handle->slaveHandle.totalByteCount - bytes; in DSPI_EdmaGetCount()1160 …cnt = dspi->handle->masterHandle.totalByteCount - dspi->handle->masterHandle.remainingReceiveByteC… in DSPI_InterruptGetCount()1164 …cnt = dspi->handle->slaveHandle.totalByteCount - dspi->handle->slaveHandle.remainingReceiveByteCou… in DSPI_InterruptGetCount()
290 size_t totalByteCount; /*!< A number of transfer bytes */ member
689 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()865 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
725 cnt = lpspi->handle->masterHandle.totalByteCount - bytes; in LPSPI_EdmaGetCount()731 cnt = lpspi->handle->slaveHandle.totalByteCount - bytes; in LPSPI_EdmaGetCount()1121 cnt = (uint32_t)lpspi->handle->masterHandle.totalByteCount - in LPSPI_InterruptGetCount()1126 cnt = (uint32_t)lpspi->handle->slaveHandle.totalByteCount - in LPSPI_InterruptGetCount()
1175 cnt = spi->handle->masterHandle.totalByteCount - spi->handle->masterHandle.rxRemainingBytes; in SPI_InterruptGetCount()1180 cnt = spi->handle->slaveHandle.totalByteCount - spi->handle->slaveHandle.rxRemainingBytes; in SPI_InterruptGetCount()