Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c27 ESP_ERROR_CHECK(usb_new_phy(&phy_config, &phy_hdl)); in test_usb_init_phy()
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h77 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret);
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c54 ESP_RETURN_ON_ERROR(usb_new_phy(&phy_conf, &phy_hdl), TAG, "Install USB PHY failed"); in tinyusb_driver_install()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c194 TEST_ASSERT_EQUAL(ESP_OK, usb_new_phy(&phy_config, &phy_hdl)); in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c53 TEST_ASSERT_EQUAL(ESP_OK, usb_new_phy(&phy_config, &phy_hdl)); in usb_lib_task()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c209 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret) in usb_new_phy() function
Dusb_host.c389 ret = usb_new_phy(&phy_config, &host_lib_obj->constant.phy_handle); in usb_host_install()