Home
last modified time | relevance | path

Searched refs:DLAST_SGA (Results 1 – 9 of 9) sorted by relevance

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_edma.c114 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 …]
A Dfsl_edma.h250 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_edma.c83 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 …]
A Dfsl_edma.h215 … __IO uint32_t DLAST_SGA; /*!< DLASTSGA register, next stcd address used in scatter-gather mode */ member
A Dfsl_lpi2c_edma.c364 if (handle->tx->base->TCD[handle->tx->channel].DLAST_SGA == 0) in LPI2C_MasterTransferGetCountEDMA()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_uart.c528 uart->dma_rx->edma.base->TCD[uart->dma_rx->channel].DLAST_SGA = -(uart->serial.config.bufsz); in imxrt_dma_rx_config()
/bsp/frdm-k64f/device/
A DMK64F12.h3758 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/
A DRV32M1_ri5cy.h2886 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member
A DRV32M1_zero_riscy.h2660 …__IO uint32_t DLAST_SGA; /**< TCD Last Destination Address Adjustment/Scat… member

Completed in 316 milliseconds