Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dreg_dma.h18 struct DMA_CH_T { struct
19 __IO uint32_t SRCADDR; // 0x100+N*0x20 DMA Channel Source Address Register
20 __IO uint32_t DSTADDR; // 0x104+N*0x20 DMA Channel Destination Address Register
21 __IO uint32_t LLI; // 0x108+N*0x20 DMA Channel Linked List Item Register
22 __IO uint32_t CONTROL; // 0x10C+N*0x20 DMA Channel Control Register
23 __IO uint32_t CONFIG; // 0x110+N*0x20 DMA Channel Configuration Register
24 uint32_t RESERVED1[3]; // 0x114+N*0x20

Completed in 3 milliseconds