From 9000f460a89ac47b6b7ea2c1d3d5aa7dfaf27c88 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 23 Jul 2013 01:51:26 -0700 Subject: [PATCH] Updated usb regs (markdown) --- usb-regs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usb-regs.md b/usb-regs.md index 70c06a2..56624ea 100644 --- a/usb-regs.md +++ b/usb-regs.md @@ -188,10 +188,10 @@ For example EP0 = +0x00; EP1 = +0x02; or offset+(EPn << 1). In these address spa * BIT0 - BIT3: assigned EP number. Current layout: -* 0x80 0x01 -* 0x81 0x01 -* 0x82 0x12 -* 0x83 0x12 +* 0x80 0x01 - EP1 OUT +* 0x81 0x01 - EP1 OUT +* 0x82 0x12 - EP2 IN +* 0x83 0x12 - EP2 IN * 0x84 0x05 * 0x85 0x05 * 0x86 0x06 -- 2.25.1