Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h86 #define DMA_BASEADDR 0xf8800 macro
87 #define QSPI_BASEADDR DMA_BASEADDR
180 #define DMA_SRC_ADDR(x) *(volatile int*)(DMA_BASEADDR + 0x00 + x*0x100)
181 #define DMA_DEST_ADDR(x) *(volatile int*)(DMA_BASEADDR + 0x04 + x*0x100)
182 #define DMA_LEN(x) *(volatile int*)(DMA_BASEADDR + 0x08 + x*0x100)
183 #define DMA_CONFIG(x) *(volatile uint8_t*)(DMA_BASEADDR + 0x0c + x*0x100)
184 #define DMA_START(x) *(volatile uint8_t*)(DMA_BASEADDR + 0x0f + x*0x100)
185 #define DMA_STATUS(x) *(volatile int*)(DMA_BASEADDR + 0x10 + x*0x100)
186 #define DMA_RPTR(x) *(volatile int*)(DMA_BASEADDR + 0x14 + x*0x100)
187 #define DMA_WPTR(x) *(volatile int*)(DMA_BASEADDR + 0x18 + x*0x100)

Completed in 7 milliseconds