Searched refs:DMA_SetDestinationAddress (Results 1 – 3 of 3) sorted by relevance
253 static inline void DMA_SetDestinationAddress(DMA_Type *base, uint32_t channel, uint32_t destAddr) in DMA_SetDestinationAddress() function
290 …DMA_SetDestinationAddress(handle->rxDmaHandle->base, handle->rxDmaHandle->channel, (uint32_t)xfer-… in FLEXIO_UART_TransferReceiveDMA()
399 …DMA_SetDestinationAddress(handle->dmaHandle->base, handle->dmaHandle->channel, (uint32_t)(xfer->da… in SAI_TransferReceiveDMA()