Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dusbh.h328 esp_err_t usbh_hub_is_installed(usbh_hub_req_cb_t hub_req_callback, void *callback_arg);
/hal_espressif-3.6.0/components/usb/
Dhub.c910 ESP_ERROR_CHECK(usbh_hub_is_installed(usbh_hub_req_callback, NULL)); in hub_install()
Dusbh.c886 esp_err_t usbh_hub_is_installed(usbh_hub_req_cb_t hub_req_callback, void *callback_arg) in usbh_hub_is_installed() function