Searched refs:usbd_class_event_notify_handler (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/core/ |
| A D | usbd_core.c | 94 static void usbd_class_event_notify_handler(uint8_t busid, uint8_t event, void *arg); 565 usbd_class_event_notify_handler(busid, USBD_EVENT_SET_INTERFACE, (void *)if_desc); 647 usbd_class_event_notify_handler(busid, USBD_EVENT_CONFIGURED, NULL); 1098 static void usbd_class_event_notify_handler(uint8_t busid, uint8_t event, void *arg) function 1168 usbd_class_event_notify_handler(busid, USBD_EVENT_RESET, NULL); 1565 usbd_class_event_notify_handler(busid, USBD_EVENT_INIT, NULL); 1579 usbd_class_event_notify_handler(busid, USBD_EVENT_DEINIT, NULL);
|
Completed in 5 milliseconds