Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add usb_reg_map.h and usb_reg_map.c. | Marti Bolivar | 2011-10-18 | 1 | -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> |