Home
last modified time | relevance | path

Searched refs:DMA_GetRemainingBytes (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi_dma.c303 …*count = handle->transferSize - DMA_GetRemainingBytes(handle->rxHandle->base, handle->rxHandle->ch… in SPI_MasterTransferGetCountDMA()
307 …*count = handle->transferSize - DMA_GetRemainingBytes(handle->txHandle->base, handle->txHandle->ch… in SPI_MasterTransferGetCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/spifi/
Dfsl_spifi_dma.c330 …*count = handle->transferSize - DMA_GetRemainingBytes(handle->dmaHandle->base, handle->dmaHandle->… in SPIFI_TransferGetSendCountDMA()
358 …*count = handle->transferSize - DMA_GetRemainingBytes(handle->dmaHandle->base, handle->dmaHandle->… in SPIFI_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_dma.c341 …*count = handle->rxDataSizeAll - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHan… in USART_TransferGetReceiveCountDMA()
369 …*count = handle->txDataSizeAll - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHan… in USART_TransferGetSendCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_dma.c378 …*count = handle->txDataSizeAll - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHan… in FLEXIO_UART_TransferGetSendCountDMA()
405 …*count = handle->rxDataSizeAll - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHan… in FLEXIO_UART_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/i2s/
Dfsl_flexio_i2s_dma.c390 DMA_GetRemainingBytes(handle->dmaHandle->base, handle->dmaHandle->channel); in FLEXIO_I2S_TransferGetSendCountDMA()
418 DMA_GetRemainingBytes(handle->dmaHandle->base, handle->dmaHandle->channel); in FLEXIO_I2S_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart_dma.c388 …*count = handle->txDataSizeAll - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHan… in UART_TransferGetSendCountDMA()
416 …*count = handle->rxDataSizeAll - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHan… in UART_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart_dma.c426 …*count = handle->txDataSizeAll - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHan… in LPUART_TransferGetSendCountDMA()
454 …*count = handle->rxDataSizeAll - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHan… in LPUART_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi_dma.c419 …*count = (handle->transferSize - DMA_GetRemainingBytes(handle->rxHandle->base, handle->rxHandle->c… in FLEXIO_SPI_MasterTransferGetCountDMA()
423 …*count = (handle->transferSize - DMA_GetRemainingBytes(handle->txHandle->base, handle->txHandle->c… in FLEXIO_SPI_MasterTransferGetCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi_dma.c632 …(handle->transferSize - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHandle->chan… in FLEXSPI_TransferGetTransferCountDMA()
637 …(handle->transferSize - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHandle->chan… in FLEXSPI_TransferGetTransferCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dmic/
Dfsl_dmic_dma.c275 …*count = handle->transferSize - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHand… in DMIC_TransferGetReceiveCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_dma.c651 …*count = handle->transferCount - DMA_GetRemainingBytes(handle->rxDmaHandle->base, handle->rxDmaHan… in I3C_MasterTransferGetCountDMA()
655 …*count = handle->transferCount - DMA_GetRemainingBytes(handle->txDmaHandle->base, handle->txDmaHan… in I3C_MasterTransferGetCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/dma/
Dfsl_dma.h446 static inline uint32_t DMA_GetRemainingBytes(DMA_Type *base, uint32_t channel) in DMA_GetRemainingBytes() function
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c_dma.c583 …*count = (handle->transferSize - DMA_GetRemainingBytes(handle->dmaHandle->base, handle->dmaHandle-… in I2C_MasterTransferGetCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpc_dma/
Dfsl_dma.h505 uint32_t DMA_GetRemainingBytes(DMA_Type *base, uint32_t channel);
Dfsl_dma.c204 uint32_t DMA_GetRemainingBytes(DMA_Type *base, uint32_t channel) in DMA_GetRemainingBytes() function
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi_dma.c680 bytes = DMA_GetRemainingBytes(handle->rxHandle->base, handle->rxHandle->channel); in SPI_MasterTransferGetCountDMA()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c620 bytes = DMA_GetRemainingBytes(SPI->dmaResource->rxdmaBase, SPI->dmaResource->rxdmaChannel); in SPI_DMAGetCount()
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_spi_cmsis.c705 bytes = DMA_GetRemainingBytes(spi->dmaResource->rxdmaBase, spi->dmaResource->rxdmaChannel); in SPI_DMAGetCount()