Added backlight, reset, triangle and corner commands
[hackover2013-badge-firmware.git] / lpc134x.h
index e69af30..9da8fcb 100644 (file)
--- a/lpc134x.h
+++ b/lpc134x.h
@@ -2109,8 +2109,8 @@ static inline void NVIC_DisableIRQ(IRQn_t IRQn)
 #define USB_DEVINTST_EP6                          ((unsigned int) 0x00000080) // USB core interrupt for EP6
 #define USB_DEVINTST_EP7_MASK                     ((unsigned int) 0x00000100)
 #define USB_DEVINTST_EP7                          ((unsigned int) 0x00000100) // USB core interrupt for EP7
-#define USB_DEVINTST_DEV_START_MASK               ((unsigned int) 0x00000200)
-#define USB_DEVINTST_DEV_START                    ((unsigned int) 0x00000200)
+#define USB_DEVINTST_DEV_STAT_MASK                ((unsigned int) 0x00000200)
+#define USB_DEVINTST_DEV_STA                    ((unsigned int) 0x00000200)
 #define USB_DEVINTST_CC_EMPTY_MASK                ((unsigned int) 0x00000400)
 #define USB_DEVINTST_CC_EMPTY                     ((unsigned int) 0x00000400)
 #define USB_DEVINTST_CD_FULL_MASK                 ((unsigned int) 0x00000800)
@@ -2140,8 +2140,8 @@ static inline void NVIC_DisableIRQ(IRQn_t IRQn)
 #define USB_DEVINTEN_EP6                          ((unsigned int) 0x00000080)
 #define USB_DEVINTEN_EP7_MASK                     ((unsigned int) 0x00000100)
 #define USB_DEVINTEN_EP7                          ((unsigned int) 0x00000100)
-#define USB_DEVINTEN_DEV_START_MASK               ((unsigned int) 0x00000200)
-#define USB_DEVINTEN_DEV_START                    ((unsigned int) 0x00000200)
+#define USB_DEVINTEN_DEV_STAT_MASK                ((unsigned int) 0x00000200)
+#define USB_DEVINTEN_DEV_STA                    ((unsigned int) 0x00000200)
 #define USB_DEVINTEN_CC_EMPTY_MASK                ((unsigned int) 0x00000400)
 #define USB_DEVINTEN_CC_EMPTY                     ((unsigned int) 0x00000400)
 #define USB_DEVINTEN_CD_FULL_MASK                 ((unsigned int) 0x00000800)
@@ -2171,8 +2171,8 @@ static inline void NVIC_DisableIRQ(IRQn_t IRQn)
 #define USB_DEVINTCLR_EP6                         ((unsigned int) 0x00000080)
 #define USB_DEVINTCLR_EP7_MASK                    ((unsigned int) 0x00000100)
 #define USB_DEVINTCLR_EP7                         ((unsigned int) 0x00000100)
-#define USB_DEVINTCLR_DEV_START_MASK              ((unsigned int) 0x00000200)
-#define USB_DEVINTCLR_DEV_START                   ((unsigned int) 0x00000200)
+#define USB_DEVINTCLR_DEV_STAT_MASK               ((unsigned int) 0x00000200)
+#define USB_DEVINTCLR_DEV_STA                   ((unsigned int) 0x00000200)
 #define USB_DEVINTCLR_CC_EMPTY_MASK               ((unsigned int) 0x00000400)
 #define USB_DEVINTCLR_CC_EMPTY                    ((unsigned int) 0x00000400)
 #define USB_DEVINTCLR_CD_FULL_MASK                ((unsigned int) 0x00000800)
@@ -2202,8 +2202,8 @@ static inline void NVIC_DisableIRQ(IRQn_t IRQn)
 #define USB_DEVINTSET_EP6                         ((unsigned int) 0x00000080)
 #define USB_DEVINTSET_EP7_MASK                    ((unsigned int) 0x00000100)
 #define USB_DEVINTSET_EP7                         ((unsigned int) 0x00000100)
-#define USB_DEVINTSET_DEV_START_MASK              ((unsigned int) 0x00000200)
-#define USB_DEVINTSET_DEV_START                   ((unsigned int) 0x00000200)
+#define USB_DEVINTSET_DEV_STAT_MASK               ((unsigned int) 0x00000200)
+#define USB_DEVINTSET_DEV_STA                   ((unsigned int) 0x00000200)
 #define USB_DEVINTSET_CC_EMPTY_MASK               ((unsigned int) 0x00000400)
 #define USB_DEVINTSET_CC_EMPTY                    ((unsigned int) 0x00000400)
 #define USB_DEVINTSET_CD_FULL_MASK                ((unsigned int) 0x00000800)
This page took 0.024316 seconds and 4 git commands to generate.