From 3c11b16a3ed47c9e75bb1d7767236e5cbcb86c5e Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 23 Jul 2013 03:01:03 -0700 Subject: [PATCH] Updated usb regs (markdown) --- usb-regs.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/usb-regs.md b/usb-regs.md index 7ee1d8a..41e3355 100644 --- a/usb-regs.md +++ b/usb-regs.md @@ -146,22 +146,22 @@ code use: ZM_FUSB_BASE+0x30+(EPn-1) for FIFOn see mUsbFIFOMap registers. Current configuration: -# 0x2f 0x00 -# 0x30 0x0f -# 0x31 0xf2 -# 0x32 0xfe -# 0x33 0xff -# 0x34 0x4f -# 0x35 0x6f -# 0x36 0x00 -# 0x37 0x00 -# 0x38 0x00 -# 0x39 0x00 -# 0x3a 0x00 -# 0x3b 0x00 -# 0x3c 0x00 -# 0x3d 0x00 -# 0x3e 0x00 +* 0x2f 0x00 +* 0x30 0x0f <- EP1 = OUT + Start FIFO0 +* 0x31 0xf2 <- EP2 = IN + Start FIFO2 +* 0x32 0xfe <- EP3 = IN + Start FIFO14 +* 0x33 0xff <- EP4 = OUT + Start FIFO15 +* 0x34 0x4f +* 0x35 0x6f +* 0x36 0x00 +* 0x37 0x00 +* 0x38 0x00 +* 0x39 0x00 +* 0x3a 0x00 +* 0x3b 0x00 +* 0x3c 0x00 +* 0x3d 0x00 +* 0x3e 0x00 # 0x30 mUsbEPMap EP1 # 0x31 mUsbEPMap EP2 -- 2.25.1