Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h109 void *ctrl_xfer_cb_arg; /**< Control transfer callback argument */ member
/hal_espressif-3.6.0/components/usb/
Dusbh.c97 void *ctrl_xfer_cb_arg; member
329 usbh_obj->constant.ctrl_xfer_cb_arg = usbh_config->ctrl_xfer_cb_arg; in usbh_install()
428 …j->constant.ctrl_xfer_cb((usb_device_handle_t)dev_obj, urb, p_usbh_obj->constant.ctrl_xfer_cb_arg); in usbh_process()
Dusb_host.c399 .ctrl_xfer_cb_arg = NULL, in usb_host_install()