Searched refs:USB_INTCTRL_POWER_FAULT (Results 1 – 16 of 16) sorted by relevance
421 if(ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntDisableControl()472 if(ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntEnableControl()575 ui32Status |= USB_INTCTRL_POWER_FAULT; in USBIntStatus()668 ui32Status |= USB_INTCTRL_POWER_FAULT; in USBIntStatusControl()
59 #define USB_INTCTRL_POWER_FAULT 0x00000100 // Power Fault detected macro
659 if(ulFlags & USB_INTCTRL_POWER_FAULT) in USBIntDisableControl()710 if(ulFlags & USB_INTCTRL_POWER_FAULT) in USBIntEnableControl()789 ulStatus |= USB_INTCTRL_POWER_FAULT; in USBIntStatusControl()
88 #define USB_INTCTRL_POWER_FAULT 0x00000100 // Power Fault detected macro
184 #define USB_INTCTRL_POWER_FAULT 0x00000100U macro
75 #define USB_INTCTRL_POWER_FAULT 0x00000100 // Power Fault detected macro
525 if (ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntDisableControl()576 if (ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntEnableControl()654 ui32Status |= USB_INTCTRL_POWER_FAULT; in USBIntStatusControl()
74 #define USB_INTCTRL_POWER_FAULT 0x00000100 // Power Fault detected macro
530 if(ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntDisableControl()581 if(ui32Flags & USB_INTCTRL_POWER_FAULT) in USBIntEnableControl()659 ui32Status |= USB_INTCTRL_POWER_FAULT; in USBIntStatusControl()
221 #define USB_INTCTRL_POWER_FAULT 0x00000100U
Completed in 58 milliseconds