aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb/usb_reg_map.h
Commit message (Collapse)AuthorAgeFilesLines
* Add usb_reg_map.h and usb_reg_map.c.Marti Bolivar2011-10-181-0/+433
usb_reg_map.h contains the usual register map and register bit definitions that libmaple convention requires. It also contains a variety of structs and convenience functions for accessing and manipulating endpoint registers, BTABLE entries, and PMA buffers. We'll be moving towards usb_reg_map.h instead of usb_lib/usb_regs.h. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>