Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dhub.h43 esp_err_t hub_install(hub_config_t *hub_config);
/hal_espressif-3.6.0/components/usb/
Dhub.c870 esp_err_t hub_install(hub_config_t *hub_config) in hub_install() argument
899 hub_driver_obj->constant.notif_cb = hub_config->notif_cb; in hub_install()
900 hub_driver_obj->constant.notif_cb_arg = hub_config->notif_cb_arg; in hub_install()
Dusb_host.c411 hub_config_t hub_config = { in usb_host_install() local
415 ret = hub_install(&hub_config); in usb_host_install()