Searched refs:EDMA_InstallTCD (Results 1 – 2 of 2) sorted by relevance
282 void EDMA_InstallTCD(DMA_Type *base, uint32_t channel, edma_tcd_t *tcd);
68 void EDMA_InstallTCD(DMA_Type *base, uint32_t channel, edma_tcd_t *tcd) in EDMA_InstallTCD() function738 EDMA_InstallTCD(handle->base, handle->channel, &handle->tcdPool[currentTcd]); in EDMA_SubmitTransfer()