Searched refs:totalByteCount (Results 1 – 16 of 16) sorted by relevance
90 size_t totalByteCount; /*!< A number of transfer bytes*/ member114 size_t totalByteCount; /*!< A number of transfer bytes*/ member
88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member133 uint32_t totalByteCount; /*!< 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()
251 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMA()654 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()780 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()1151 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
375 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member406 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
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()1083 *count = handle->totalByteCount - bytes; in DSPI_MasterTransferGetCountEDMA()1203 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferEDMA()1527 *count = handle->totalByteCount - bytes; in DSPI_SlaveTransferGetCountEDMA()
1071 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferNonBlocking()1320 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCount()1537 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferNonBlocking()1774 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCount()
245 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMA()616 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()728 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()1049 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
377 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member408 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
1126 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferNonBlocking()1386 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCount()1625 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferNonBlocking()1819 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCount()
685 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()861 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
278 size_t totalByteCount; /*!< A number of transfer bytes */ member