Searched refs:usb_new_phy (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/common/ |
D | test_usb_common.c | 27 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/ |
D | usb_phy.h | 77 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/ |
D | tinyusb.c | 54 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/ |
D | test_msc.c | 194 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/ |
D | test_cdc_acm_host.c | 53 TEST_ASSERT_EQUAL(ESP_OK, usb_new_phy(&phy_config, &phy_hdl)); in usb_lib_task()
|
/hal_espressif-3.6.0/components/usb/ |
D | usb_phy.c | 209 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret) in usb_new_phy() function
|
D | usb_host.c | 389 ret = usb_new_phy(&phy_config, &host_lib_obj->constant.phy_handle); in usb_host_install()
|