Home
last modified time | relevance | path

Searched refs:DMA_SetDestinationAddress (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/dma/
Dfsl_dma.h253 static inline void DMA_SetDestinationAddress(DMA_Type *base, uint32_t channel, uint32_t destAddr) in DMA_SetDestinationAddress() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart_dma.c290DMA_SetDestinationAddress(handle->rxDmaHandle->base, handle->rxDmaHandle->channel, (uint32_t)xfer-… in FLEXIO_UART_TransferReceiveDMA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sai/
Dfsl_sai_dma.c399DMA_SetDestinationAddress(handle->dmaHandle->base, handle->dmaHandle->channel, (uint32_t)(xfer->da… in SAI_TransferReceiveDMA()