Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c150 … usb_phy_handle_t phy_handle; //Will be NULL if host library is installed with skip_phy_setup member
389 ret = usb_new_phy(&phy_config, &host_lib_obj->constant.phy_handle); in usb_host_install()
440 if (p_host_lib_obj->constant.phy_handle) { in usb_host_install()
441 ESP_ERROR_CHECK(usb_del_phy(p_host_lib_obj->constant.phy_handle)); in usb_host_install()
478 if (host_lib_obj->constant.phy_handle) { in usb_host_uninstall()
479 ESP_ERROR_CHECK(usb_del_phy(host_lib_obj->constant.phy_handle)); in usb_host_uninstall()