Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h26USBH_EVENT_DEV_NEW, /**< A new device has been enumerated and added to the device pool… enumerator
/hal_espressif-3.6.0/components/usb/
Dusbh.c469 …p_usbh_obj->constant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_NEW, p_usbh_obj->consta… in usbh_process()
Dusb_host.c298 case USBH_EVENT_DEV_NEW: { in dev_event_callback()