Searched refs:USBD_CLOSING (Results 1 – 2 of 2) sorted by relevance
66 #define USBD_DEVICE_STATUS(x) (((unsigned int)x <= USBD_CLOSING) ? usbd_device_status[x] : "UNKNOWN…590 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()595 if (device->status != USBD_CLOSING) { in usbd_device_event_irq()
395 USBD_CLOSING, /* we are currently closing */ enumerator
Completed in 6 milliseconds