diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-26 09:58:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-26 09:58:18 +0000 |
commit | 91216f24048ae3499ec96d06cd19bbe9a384c9dc (patch) | |
tree | 069ec000b9e3742b210fa892968cc846983ee929 /os/hal/include | |
parent | e28a45245cae96beaa746ea22802185c44bd2fd5 (diff) | |
download | ChibiOS-91216f24048ae3499ec96d06cd19bbe9a384c9dc.tar.gz ChibiOS-91216f24048ae3499ec96d06cd19bbe9a384c9dc.tar.bz2 ChibiOS-91216f24048ae3499ec96d06cd19bbe9a384c9dc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6886 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/usb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index ef470bf23..790a08fab 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -78,6 +78,12 @@ #define USB_EARLY_SET_ADDRESS 0
#define USB_LATE_SET_ADDRESS 1
+#define USB_EP0_STATUS_STAGE_SW 0
+#define USB_EP0_STATUS_STAGE_HW 1
+
+#define USB_SET_ADDRESS_ACK_SW 0
+#define USB_SET_ADDRESS_ACK_HW 1
+
/**
* @name Helper macros for USB descriptors
* @{
|