Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h75 #define USB_BASEADDR 0xf6000 macro
209 #define USB_CONFIG *(volatile byte*)USB_BASEADDR
210 #define USB_INT_MASK(x) *(volatile byte*)(USB_BASEADDR + 1 + x)
211 #define USB_ADDR *(volatile byte*)(USB_BASEADDR + 4)
212 #define USB_TRG *(volatile byte*)(USB_BASEADDR + 0x10)
213 #define USB_STALL *(volatile byte*)(USB_BASEADDR + 0x11)
214 #define USB_CLEAR *(volatile byte*)(USB_BASEADDR + 0x12)
215 #define USB_EP(x) *(volatile byte*)(USB_BASEADDR + 0x18 + x)
217 #define USB_STATUS *(volatile byte*)(USB_BASEADDR + 0x26)
218 #define USB_FIFO_EMPTY *(volatile byte*)(USB_BASEADDR + 0x27)
[all …]

Completed in 7 milliseconds