Home
last modified time | relevance | path

Searched refs:totalByteCount (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dspi_edma.h90 size_t totalByteCount; /*!< A number of transfer bytes*/ member
114 size_t totalByteCount; /*!< A number of transfer bytes*/ member
Dfsl_lpspi_edma.h88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_dspi.c1193 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()
Dfsl_lpspi_edma.c251 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()
Dfsl_lpspi.h375 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
406 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_dspi.h375 size_t totalByteCount; /*!< A number of transfer bytes*/ member
393 size_t totalByteCount; /*!< A number of transfer bytes*/ member
Dfsl_dspi_edma.c214 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()
Dfsl_lpspi.c1071 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()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpspi_edma.h88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi_edma.c245 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()
Dfsl_lpspi.h377 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
408 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi.c1126 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()
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_spi.c685 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()
861 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
Dfsl_spi.h278 size_t totalByteCount; /*!< A number of transfer bytes */ member
/hal_nxp-2.7.6/mcux/drivers/lpc/
Dfsl_spi.c685 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()
861 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
Dfsl_spi.h278 size_t totalByteCount; /*!< A number of transfer bytes */ member