Home
last modified time | relevance | path

Searched refs:EDMA_GetRemainingMajorLoopCount (Results 1 – 25 of 34) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_edma.c375EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in FLEXIO_UART_TransferGetReceiveCountEDMA()
404EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in FLEXIO_UART_TransferGetSendCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi_edma.c329EDMA_GetRemainingMajorLoopCount(handle->rxDmaHandle->base, handle->rxDmaHandle->channel)); in XSPI_TransferGetTransferCountEDMA()
335EDMA_GetRemainingMajorLoopCount(handle->txDmaHandle->base, handle->txDmaHandle->channel)); in XSPI_TransferGetTransferCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_edma.c351EDMA_GetRemainingMajorLoopCount(handle->rxDmaHandle->base, handle->rxDmaHandle->channel)); in FLEXSPI_TransferGetTransferCountEDMA()
357EDMA_GetRemainingMajorLoopCount(handle->txDmaHandle->base, handle->txDmaHandle->channel)); in FLEXSPI_TransferGetTransferCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_edma.c392EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel); in UART_TransferGetReceiveCountEDMA()
423EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel); in UART_TransferGetSendCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/qspi/
Dfsl_qspi_edma.c363EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in QSPI_TransferGetSendCountEDMA()
392EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in QSPI_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_edma.c454EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel)); in LPUART_TransferGetReceiveCountEDMA()
485EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel)); in LPUART_TransferGetSendCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart_edma.c389EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel)); in LPUART_TransferGetReceiveCountEDMA()
420EDMA_GetRemainingMajorLoopCount(handle->txEdmaHandle->base, handle->txEdmaHandle->channel)); in LPUART_TransferGetSendCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/flexspi_dma3/
Dfsl_flexspi_edma.c367EDMA_GetRemainingMajorLoopCount(handle->rxDmaHandle->base, handle->rxDmaHandle->channel)); in FLEXSPI_TransferGetTransferCountEDMA()
373EDMA_GetRemainingMajorLoopCount(handle->txDmaHandle->base, handle->txDmaHandle->channel)); in FLEXSPI_TransferGetTransferCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s_edma.c430EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel); in FLEXIO_I2S_TransferGetSendCountEDMA()
459EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel); in FLEXIO_I2S_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd_edma.c558EDMA_GetRemainingMajorLoopCount(handle->rxDmaHandle->base, handle->rxDmaHandle->channel); in FLEXIO_MCULCD_TransferGetCountEDMA()
563EDMA_GetRemainingMajorLoopCount(handle->txDmaHandle->base, handle->txDmaHandle->channel); in FLEXIO_MCULCD_TransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/esai/
Dfsl_esai_edma.c435EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in ESAI_TransferGetSendCountEDMA()
464EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in ESAI_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi_edma.c446 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA()
452 (handle->transferSize - (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount( in FLEXIO_SPI_MasterTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.c503 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA()
508 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c_edma.c500 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->tx->base, handle->tx->channel); in LPI2C_MasterTransferGetCountEDMA()
505 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->rx->base, handle->rx->channel); in LPI2C_MasterTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif_edma.c677EDMA_GetRemainingMajorLoopCount(handle->dmaRightHandle->base, handle->dmaRightHandle->channel)); in SPDIF_TransferGetSendCountEDMA()
706EDMA_GetRemainingMajorLoopCount(handle->dmaRightHandle->base, handle->dmaRightHandle->channel)); in SPDIF_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera_edma.c240EDMA_GetRemainingMajorLoopCount(handle->rxEdmaHandle->base, handle->rxEdmaHandle->channel)); in FLEXIO_CAMERA_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_edma.c701 … 1U * EDMA_GetRemainingMajorLoopCount(handle->rxDmaHandle->base, handle->rxDmaHandle->channel); in I3C_MasterTransferGetCountEDMA()
706 … 1U * EDMA_GetRemainingMajorLoopCount(handle->txDmaHandle->base, handle->txDmaHandle->channel); in I3C_MasterTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan_edma.c274EDMA_GetRemainingMajorLoopCount(handle->rxFifoEdmaHandle->base, handle->rxFifoEdmaHandle->channel); in FLEXCAN_TransferGetReceiveFifoCountEMDA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpspi/
Dfsl_lpspi_edma.c698 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA()
1137 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_edma.c1004EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in SAI_TransferGetSendCountEDMA()
1033EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in SAI_TransferGetReceiveCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpspi/
Dfsl_lpspi_edma.c844 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_MasterTransferGetCountEDMA()
1318 … (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle->base, in LPSPI_SlaveTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/edma/
Dfsl_edma.h775 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel);
/hal_nxp-latest/mcux/mcux-sdk/drivers/dma3/
Dfsl_edma.h798 uint32_t EDMA_GetRemainingMajorLoopCount(DMA_Type *base, uint32_t channel);
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/
Dfsl_dspi_edma.c1102 …bytes = (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle… in DSPI_MasterTransferGetCountEDMA()
1555 …bytes = (uint32_t)handle->nbytes * EDMA_GetRemainingMajorLoopCount(handle->edmaRxRegToRxDataHandle… in DSPI_SlaveTransferGetCountEDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_edma.c587EDMA_GetRemainingMajorLoopCount(handle->dmaHandle->base, handle->dmaHandle->channel)); in I2C_MasterTransferGetCountEDMA()

12