Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_dma.h269 static inline void DMA_SetDestinationAddress(DMA_Type *base, uint32_t channel, uint32_t destAddr) in DMA_SetDestinationAddress() function
Dfsl_spi_dma.c268DMA_SetDestinationAddress(handle->rxHandle->base, handle->rxHandle->channel, (uint32_t)(xfer->rxDa… in SPI_MasterTransferDMA()