Searched refs:DMA_SetDestinationAddress (Results 1 – 2 of 2) sorted by relevance
269 static inline void DMA_SetDestinationAddress(DMA_Type *base, uint32_t channel, uint32_t destAddr) in DMA_SetDestinationAddress() function
268 …DMA_SetDestinationAddress(handle->rxHandle->base, handle->rxHandle->channel, (uint32_t)(xfer->rxDa… in SPI_MasterTransferDMA()