EFM32: More USB register name corrections. Still incomplete

This commit is contained in:
Gregory Nutt 2014-11-13 12:25:42 -06:00
parent de0d087c2e
commit 9dc834e723
2 changed files with 207 additions and 219 deletions

View File

@ -75,6 +75,19 @@
/*******************************************************************************************************************************
* Pre-processor Definitions
*******************************************************************************************************************************/
/* General definitions */
#define USB_EPTYPE_CTRL (0) /* Control */
#define USB_EPTYPE_ISOC (1) /* Isochronous */
#define USB_EPTYPE_BULK (2) /* Bulk */
#define USB_EPTYPE_INTR (3) /* Interrupt */
#define USB_PID_DATA0 (0)
#define USB_PID_DATA2 (1)
#define USB_PID_DATA1 (2)
#define USB_PID_MDATA (3) /* Non-control */
#define USB_PID_SETUP (3) /* Control */
/* USB Register Offsets ********************************************************************************************************/
#define EFM32_USB_CTRL_OFFSET 0x00000 /* System Control Register */

File diff suppressed because it is too large Load Diff