Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dusb_phy.c90 …ESP_RETURN_ON_FALSE(handle->controller == USB_PHY_CTRL_OTG, ESP_FAIL, USBPHY_TAG, "phy source is n… in usb_phy_otg_set_mode()
115 …ESP_RETURN_ON_FALSE(handle->controller == USB_PHY_CTRL_OTG, ESP_FAIL, USBPHY_TAG, "phy source is n… in usb_phy_otg_dev_set_speed()
134 …RN_ON_FALSE((action == USB_PHY_ACTION_HOST_ALLOW_CONN && handle->controller == USB_PHY_CTRL_OTG) || in usb_phy_action()
135 … (action == USB_PHY_ACTION_HOST_FORCE_DISCONN && handle->controller == USB_PHY_CTRL_OTG), in usb_phy_action()
240 if (config->controller == USB_PHY_CTRL_OTG) { in usb_new_phy()
Dusb_host.c383 .controller = USB_PHY_CTRL_OTG, in usb_host_install()
/hal_espressif-3.4.0/components/hal/include/hal/
Dusb_phy_types.h34 USB_PHY_CTRL_OTG, /**< PHY controller is USB OTG */ enumerator
/hal_espressif-3.4.0/components/usb/test/common/
Dtest_usb_common.c21 .controller = USB_PHY_CTRL_OTG, in test_usb_init_phy()
/hal_espressif-3.4.0/components/tinyusb/additions/src/
Dtinyusb.c37 .controller = USB_PHY_CTRL_OTG, in tinyusb_driver_install()
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c188 .controller = USB_PHY_CTRL_OTG, in msc_setup()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c47 .controller = USB_PHY_CTRL_OTG, in usb_lib_task()