mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
173:e131a1973e81
Parent:
172:7d866c31b3c5
--- a/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_usbd.h	Thu Aug 31 17:27:04 2017 +0100
+++ b/targets/TARGET_NUVOTON/TARGET_M480/device/StdDriver/m480_usbd.h	Fri Sep 15 14:59:18 2017 +0100
@@ -69,17 +69,17 @@
 #define REQ_VENDOR          0x40ul
 
 /* USB Standard Request */
-#define GET_STATUS          0x00ul
-#define CLEAR_FEATURE       0x01ul
-#define SET_FEATURE         0x03ul
-#define SET_ADDRESS         0x05ul
-#define GET_DESCRIPTOR      0x06ul
-#define SET_DESCRIPTOR      0x07ul
-#define GET_CONFIGURATION   0x08ul
-#define SET_CONFIGURATION   0x09ul
-#define GET_INTERFACE       0x0Aul
-#define SET_INTERFACE       0x0Bul
-#define SYNC_FRAME          0x0Cul
+#define USBD_GET_STATUS          0x00ul
+#define USBD_CLEAR_FEATURE       0x01ul
+#define USBD_SET_FEATURE         0x03ul
+#define USBD_SET_ADDRESS         0x05ul
+#define USBD_GET_DESCRIPTOR      0x06ul
+#define USBD_SET_DESCRIPTOR      0x07ul
+#define USBD_GET_CONFIGURATION   0x08ul
+#define USBD_SET_CONFIGURATION   0x09ul
+#define USBD_GET_INTERFACE       0x0Aul
+#define USBD_SET_INTERFACE       0x0Bul
+#define USBD_SYNC_FRAME          0x0Cul
 
 /* USB Descriptor Type */
 #define DESC_DEVICE         0x01ul