Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_phy.c98 if (handle->target == USB_PHY_TARGET_INT) { in usb_phy_otg_set_mode()
116 …ESP_RETURN_ON_FALSE((handle->target == USB_PHY_TARGET_INT && handle->otg_mode == USB_OTG_MODE_DEVI… in usb_phy_otg_dev_set_speed()
141 if (handle->target == USB_PHY_TARGET_INT) { in usb_phy_action()
158 if (handle->target == USB_PHY_TARGET_INT) { in usb_phy_action()
251 if (config->target == USB_PHY_TARGET_INT) { in usb_new_phy()
322 } else if (target == USB_PHY_TARGET_INT && p_phy_ctrl_obj->internal_phy) { in usb_phy_get_phy_status()
Dusb_host.c384 .target = USB_PHY_TARGET_INT, in usb_host_install()
/hal_espressif-3.6.0/components/hal/
Dusb_phy_hal.c22 } else if (phy_target == USB_PHY_TARGET_INT) { in usb_phy_hal_otg_conf()
32 } else if (phy_target == USB_PHY_TARGET_INT) { in usb_phy_hal_jtag_conf()
/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_types.h25 USB_PHY_TARGET_INT, /**< USB target is internal PHY */ enumerator
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c22 .target = USB_PHY_TARGET_INT, in test_usb_init_phy()
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c52 phy_conf.target = USB_PHY_TARGET_INT; in tinyusb_driver_install()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c189 .target = USB_PHY_TARGET_INT, in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c48 .target = USB_PHY_TARGET_INT, in usb_lib_task()