Searched refs:USB_INT_ALL (Results 1 – 7 of 7) sorted by relevance
524 #define USB_INT_ALL 0xFF030E0F // All Interrupt sources macro
484 ASSERT((ulFlags & ~(USB_INT_ALL)) == 0); in USBIntDisable()571 ASSERT((ulFlags & (~USB_INT_ALL)) == 0); in USBIntEnable()
520 #define USB_INT_ALL 0xFF030E0F // All Interrupt sources macro
Completed in 32 milliseconds