Searched refs:usbd_device_status (Results 1 – 2 of 2) sorted by relevance
405 #define USBD_DEVICE_STATUS(x) (((unsigned int)x <= USBD_CLOSING) ? usbd_device_status[x] : "UNKNOWN…622 extern char *usbd_device_status[];
96 char *usbd_device_status[] = { variable