/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi_edma.h | 90 size_t totalByteCount; /*!< A number of transfer bytes*/ member 114 size_t totalByteCount; /*!< A number of transfer bytes*/ member
|
D | fsl_dspi.c | 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()
|
D | fsl_dspi.h | 375 size_t totalByteCount; /*!< A number of transfer bytes*/ member 393 size_t totalByteCount; /*!< A number of transfer bytes*/ member
|
D | fsl_dspi_edma.c | 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()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/ |
D | fsl_lpspi_edma.h | 88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member 133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
|
D | fsl_lpspi_edma.c | 314 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()
|
D | fsl_lpspi.h | 396 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member 427 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
|
D | fsl_lpspi.c | 1227 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/ |
D | fsl_lpspi_edma.h | 88 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member 133 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
|
D | fsl_lpspi_edma.c | 326 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()
|
D | fsl_lpspi.h | 400 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member 431 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
|
D | fsl_lpspi.c | 1374 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/ |
D | fsl_dspi_cmsis.c | 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()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_minispi/ |
D | fsl_spi.c | 691 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking() 802 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
|
D | fsl_spi.h | 256 size_t totalByteCount; /*!< A number of transfer bytes */ member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpspi/ |
D | fsl_lpspi_cmsis.c | 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()
|
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/ |
D | fsl_spi.c | 690 handle->totalByteCount = xfer->dataSize; in SPI_MasterTransferNonBlocking() 866 *count = handle->totalByteCount - handle->rxRemainingBytes; in SPI_MasterTransferGetCount()
|
D | fsl_spi.h | 290 size_t totalByteCount; /*!< A number of transfer bytes */ member
|
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
D | fsl_spi_cmsis.c | 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()
|