32 #ifndef __HAL_LPC11UXX_H__
33 #define __HAL_LPC11UXX_H__
35 #define __INCLUDE_FROM_USB_DRIVER
37 #include "../../USBMode.h"
39 #define USBRAM_SECTION RAM2
42 #define __BSS(x) __attribute__ ((section("usbram")))
44 #if defined(__ICCARM__)
45 #define __BSS(x) @ "USB_PACKET_MEMORY"
49 #define LINK_TERMINATE 0x01
54 __IO uint16_t NBytes : 10;
56 uint16_t RateFeedback_Toogle : 1;
57 uint16_t ToogleReset : 1;
58 __IO uint16_t Stall : 1;
59 uint16_t Disabled : 1;
68 #endif // __HAL_LPC11UXX_H__