| /hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/ |
| D | fsl_dspi_edma.h | 94 size_t totalByteCount; /*!< A number of transfer bytes*/ member 119 size_t totalByteCount; /*!< A number of transfer bytes*/ member
|
| D | fsl_dspi.c | 1207 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()
|
| D | fsl_dspi_edma.c | 220 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()
|
| D | fsl_dspi.h | 398 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/ |
| D | fsl_lpspi_edma.h | 91 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member 145 uint32_t totalByteCount; /*!< Number of transfer bytes*/ member
|
| D | fsl_lpspi_edma.c | 357 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()
|
| 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 | 1373 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/ |
| 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() 701 *count = handle->totalByteCount - remainingByte; in LPSPI_MasterTransferGetCountEDMA() 813 handle->totalByteCount = transfer->dataSize; in LPSPI_SlaveTransferEDMA() 1140 *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 | 1217 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/ |
| 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-latest/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-latest/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-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/ |
| D | fsl_lpspi_cmsis.c | 741 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/ |
| 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()
|