Searched refs:DLAST_SGA (Results 1 – 9 of 9) sorted by relevance
114 base->TCD[channel].DLAST_SGA = tcd->DLAST_SGA; in EDMA_InstallTCD()273 tcd->DLAST_SGA = 0U; in EDMA_TcdReset()305 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_TcdSetTransferConfig()519 tcdRegs->DLAST_SGA = 0; in EDMA_CreateHandle()689 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in EDMA_SubmitTransfer()702 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[currentTcd]) in EDMA_SubmitTransfer()727 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[nextTcd]) in EDMA_SubmitTransfer()736 else if (tcdRegs->DLAST_SGA != 0) in EDMA_SubmitTransfer()777 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()816 handle->base->TCD[handle->channel].DLAST_SGA = 0; in EDMA_AbortTransfer()[all …]
250 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
83 base->TCD[channel].DLAST_SGA = tcd->DLAST_SGA; in EDMA_InstallTCD()242 tcd->DLAST_SGA = 0U; in EDMA_TcdReset()274 tcd->DLAST_SGA = (uint32_t)nextTcd; in EDMA_TcdSetTransferConfig()507 tcdRegs->DLAST_SGA = 0; in EDMA_CreateHandle()677 handle->tcdPool[currentTcd].DLAST_SGA = (uint32_t)&handle->tcdPool[nextTcd]; in EDMA_SubmitTransfer()690 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[currentTcd]) in EDMA_SubmitTransfer()715 if (tcdRegs->DLAST_SGA == (uint32_t)&handle->tcdPool[nextTcd]) in EDMA_SubmitTransfer()724 else if (tcdRegs->DLAST_SGA != 0) in EDMA_SubmitTransfer()765 if (tcdRegs->DLAST_SGA != 0U) in EDMA_StartTransfer()804 handle->base->TCD[handle->channel].DLAST_SGA = 0; in EDMA_AbortTransfer()[all …]
215 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
364 if (handle->tx->base->TCD[handle->tx->channel].DLAST_SGA == 0) in LPI2C_MasterTransferGetCountEDMA()
528 uart->dma_rx->edma.base->TCD[uart->dma_rx->channel].DLAST_SGA = -(uart->serial.config.bufsz); in imxrt_dma_rx_config()
3758 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
2886 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
2660 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
Completed in 316 milliseconds