Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c33 ESP_ERROR_CHECK(usb_del_phy(phy_hdl)); in test_usb_deinit_phy()
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h127 esp_err_t usb_del_phy(usb_phy_handle_t handle);
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c235 TEST_ASSERT_EQUAL(ESP_OK, usb_del_phy(phy_hdl)); in msc_teardown()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c83 TEST_ASSERT_EQUAL(ESP_OK, usb_del_phy(phy_hdl)); in usb_lib_task()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c295 esp_err_t usb_del_phy(usb_phy_handle_t handle) in usb_del_phy() function
Dusb_host.c441 ESP_ERROR_CHECK(usb_del_phy(p_host_lib_obj->constant.phy_handle)); in usb_host_install()
479 ESP_ERROR_CHECK(usb_del_phy(host_lib_obj->constant.phy_handle)); in usb_host_uninstall()