Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h27 USBH_EVENT_DEV_GONE, /**< A device is gone. Clients should close the device */ enumerator
/hal_espressif-3.6.0/components/usb/
Dusbh.c442 …p_usbh_obj->constant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_GONE, p_usbh_obj->const… in usbh_process()
Dusb_host.c309 case USBH_EVENT_DEV_GONE: { in dev_event_callback()