From 8598b96cc44915660b312293009407fee74e656c Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 23 Jul 2013 07:40:18 -0700 Subject: [PATCH] Updated usb regs (markdown) --- usb-regs.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usb-regs.md b/usb-regs.md index 39fa45c..fdfffb7 100644 --- a/usb-regs.md +++ b/usb-regs.md @@ -180,6 +180,7 @@ Current configuration: # 0x3e mUsbEPMap EP15 # 0x3E ZM_EP_IN_MAX_SIZE_LOW_OFFSET +* BIT0 - BIT7; low size regs. # 0x3F ZM_EP_IN_MAX_SIZE_HIGH_OFFSET * BIT7 @@ -187,9 +188,7 @@ Current configuration: * BIT5 * BIT4 - mUsbEPinRsTgSet * BIT3 - mUsbEPinStallSet -* BIT2 -* BIT1 -* BIT0 +* BIT0 - BIT2; High size regs These offset + 2 Byte step for each endpoint. For example EP0 = +0x00; EP1 = +0x02; or offset+(EPn << 1). In these address space will fit 15 endpoints. -- 2.25.1