Home
last modified time | relevance | path

Searched defs:channel_regs (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_smartbond.c134 struct channel_regs { struct
135 __IO uint32_t DMA_A_START;
136 __IO uint32_t DMA_B_START;
137 __IO uint32_t DMA_INT_REG;
138 __IO uint32_t DMA_LEN_REG;
139 __IO uint32_t DMA_CTRL_REG;
141 __I uint32_t DMA_IDX_REG;
142 __I uint32_t RESERVED[2];
Ddma_xilinx_axi_dma.c247 volatile struct dma_xilinx_axi_dma_mm2s_s2mm_registers *channel_regs; member