summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-10-23 15:12:30 +0700
committerhathach <[email protected]>2018-10-23 15:12:30 +0700
commit9ba624a97471383a74576e6a383e84b7c4d4fc0d (patch)
tree10c9ac55490b37ba057a5c64f42b4658c5f28469 /src/device/dcd.h
parente97b14848baef164a92000da83fb43d1bdd704cb (diff)
rename UBSD_EVT_ to DCD_EVENT_
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 91c034489..cb8358d2f 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -60,14 +60,14 @@ typedef enum
typedef enum
{
- USBD_EVT_BUS_RESET = 1,
- USBD_EVT_UNPLUGGED,
- USBD_EVT_SOF,
- USBD_EVT_SUSPENDED,
- USBD_EVT_RESUME,
+ DCD_EVENT_BUS_RESET = 1,
+ DCD_EVENT_UNPLUGGED,
+ DCD_EVENT_SOF,
+ DCD_EVENT_SUSPENDED,
+ DCD_EVENT_RESUME,
- USBD_EVT_SETUP_RECEIVED,
- USBD_EVT_XFER_COMPLETE,
+ DCD_EVENT_SETUP_RECEIVED,
+ DCD_EVENT_XFER_COMPLETE,
USBD_EVT_FUNC_CALL
}usbd_eventid_t;