Home
last modified time | relevance | path

Searched refs:hcd_pipe_update_callback (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h426 esp_err_t hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *…
/hal_espressif-3.6.0/components/usb/
Dhub.c275 ESP_ERROR_CHECK(hcd_pipe_update_callback(enum_dflt_pipe_hdl, enum_dflt_pipe_callback, NULL)); in enum_stage_start()
Dusbh.c1049 …ESP_ERROR_CHECK(hcd_pipe_update_callback(dev_obj->constant.default_pipe, default_pipe_callback, (v… in usbh_hub_enum_done()
Dhcd.c1964 esp_err_t hcd_pipe_update_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_callback_t callback, void *… in hcd_pipe_update_callback() function