Home
last modified time | relevance | path

Searched refs:usbh_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h29 } usbh_event_t; typedef
80 typedef void (*usbh_event_cb_t)(usb_device_handle_t dev_hdl, usbh_event_t usbh_event, void *arg);
/hal_espressif-3.6.0/components/usb/
Dusb_host.c294 static void dev_event_callback(usb_device_handle_t dev_hdl, usbh_event_t usbh_event, void *arg) in dev_event_callback()