Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c95 void *event_cb_arg; member
327 usbh_obj->constant.event_cb_arg = usbh_config->event_cb_arg; in usbh_install()
442 …ant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_GONE, p_usbh_obj->constant.event_cb_arg); in usbh_process()
457 …nt.event_cb((usb_device_handle_t)NULL, USBH_EVENT_DEV_ALL_FREE, p_usbh_obj->constant.event_cb_arg); in usbh_process()
469 …tant.event_cb((usb_device_handle_t)dev_obj, USBH_EVENT_DEV_NEW, p_usbh_obj->constant.event_cb_arg); in usbh_process()
Dusb_host.c401 .event_cb_arg = NULL, in usb_host_install()
/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h111 void *event_cb_arg; /**< USBH event callback argument */ member