Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.h90 size_t totalByteCount; /*!< A number of transfer bytes*/ member
114 size_t totalByteCount; /*!< A 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_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()
1084 *count = handle->totalByteCount - bytes; in DSPI_MasterTransferGetCountEDMA()
1204 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferEDMA()
1528 *count = handle->totalByteCount - bytes; in DSPI_SlaveTransferGetCountEDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.h88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi_edma.c314 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMALite()
682 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
794 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()
1115 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.h396 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
427 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi.c1227 handle->totalByteCount = transfer->dataSize;
1487 *count = handle->totalByteCount - remainingByte;
1741 handle->totalByteCount = transfer->dataSize;
1935 *count = handle->totalByteCount - remainingByte;
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi_edma.c326 handle->totalByteCount = transfer->dataSize; in LPSPI_MasterTransferEDMALite()
712 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
824 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()
1180 *count = handle->totalByteCount - remainingByte; in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_lpspi.h400 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
431 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi.c1374 handle->totalByteCount = transfer->dataSize;
1650 *count = handle->totalByteCount - remainingByte;
1901 handle->totalByteCount = transfer->dataSize;
2103 *count = handle->totalByteCount - remainingByte;
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c655 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()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c691 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()
802 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
Dfsl_spi.h256 size_t totalByteCount; /*!< A number of transfer bytes */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c725 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()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c690 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking()
866 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
Dfsl_spi.h290 size_t totalByteCount; /*!< A number of transfer bytes */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c1175 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()