Searched refs:USB_INT_POWER_FAULT (Results 1 – 7 of 7) sorted by relevance
537 #define USB_INT_POWER_FAULT 0x00010000 // Power Fault detected macro
427 ulStatus |= USB_INT_POWER_FAULT; in USBIntStatus()520 if(ulFlags & USB_INT_POWER_FAULT) in USBIntDisable()607 if(ulFlags & USB_INT_POWER_FAULT) in USBIntEnable()
533 #define USB_INT_POWER_FAULT 0x00010000 // Power Fault detected macro
Completed in 31 milliseconds