Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.h94 size_t totalByteCount; /*!< A number of transfer bytes*/ member
119 size_t totalByteCount; /*!< A number of transfer bytes*/ member
Dfsl_dspi.c1207 handle->totalByteCount = transfer->dataSize; in DSPI_MasterTransferPrepare()
1423 *count = handle->totalByteCount - handle->remainingReceiveByteCount; in DSPI_MasterTransferGetCount()
1524 …f ((tmpRemainingSendByteCount == 0U) || (tmpRemainingSendByteCount == handle->totalByteCount - 2U)) in DSPI_MasterTransferFillUpTxFifo()
1572 …((tmpRemainingSendByteCount == 0U) || (tmpRemainingSendByteCount == (handle->totalByteCount - 1U))) in DSPI_MasterTransferFillUpTxFifo()
1797 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferNonBlocking()
1864 *count = handle->totalByteCount - handle->remainingReceiveByteCount; in DSPI_SlaveTransferGetCount()
Dfsl_dspi_edma.c220 handle->totalByteCount = transfer->dataSize; in DSPI_MasterTransferEDMA()
1105 *count = handle->totalByteCount - bytes; in DSPI_MasterTransferGetCountEDMA()
1228 handle->totalByteCount = transfer->dataSize; in DSPI_SlaveTransferEDMA()
1558 *count = handle->totalByteCount - bytes; in DSPI_SlaveTransferGetCountEDMA()
Dfsl_dspi.h398 size_t totalByteCount; /*!< A number of transfer bytes*/ member
417 size_t totalByteCount; /*!< A number of transfer bytes*/ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.h91 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
145 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
Dfsl_lpspi_edma.c357 handle->totalByteCount = firstTimeDataSize; in LPSPI_MasterTransferEDMALite()
847 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
959 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()
1321 *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.c1373 handle->totalByteCount = transfer->dataSize;
1649 *count = handle->totalByteCount - remainingByte;
1900 handle->totalByteCount = transfer->dataSize;
2102 *count = handle->totalByteCount - remainingByte;
/hal_nxp-latest/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()
701 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA()
813 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA()
1140 *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.c1217 handle->totalByteCount = transfer->dataSize;
1477 *count = handle->totalByteCount - remainingByte;
1731 handle->totalByteCount = transfer->dataSize;
1925 *count = handle->totalByteCount - remainingByte;
/hal_nxp-latest/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-latest/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-latest/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-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c741 cnt = lpspi->handle->masterHandle.totalByteCount - bytes; in LPSPI_EdmaGetCount()
747 cnt = lpspi->handle->slaveHandle.totalByteCount - bytes; in LPSPI_EdmaGetCount()
1149 cnt = (uint32_t)lpspi->handle->masterHandle.totalByteCount - in LPSPI_InterruptGetCount()
1154 cnt = (uint32_t)lpspi->handle->slaveHandle.totalByteCount - in LPSPI_InterruptGetCount()
/hal_nxp-latest/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()