Home
last modified time | relevance | path

Searched refs:USBH_EVENT_DEV_ALL_FREE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h28 USBH_EVENT_DEV_ALL_FREE, /**< All devices have been freed */ enumerator
/hal_espressif-3.6.0/components/usb/
Dusbh.c457 …p_usbh_obj->constant.event_cb((usb_device_handle_t)NULL, USBH_EVENT_DEV_ALL_FREE, p_usbh_obj->cons… in usbh_process()
Dusb_host.c320 case USBH_EVENT_DEV_ALL_FREE: { in dev_event_callback()