Searched refs:USB_PHY_CTRL_OTG (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.4.0/components/usb/ |
D | usb_phy.c | 90 …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()
|
D | usb_host.c | 383 .controller = USB_PHY_CTRL_OTG, in usb_host_install()
|
/hal_espressif-3.4.0/components/hal/include/hal/ |
D | usb_phy_types.h | 34 USB_PHY_CTRL_OTG, /**< PHY controller is USB OTG */ enumerator
|
/hal_espressif-3.4.0/components/usb/test/common/ |
D | test_usb_common.c | 21 .controller = USB_PHY_CTRL_OTG, in test_usb_init_phy()
|
/hal_espressif-3.4.0/components/tinyusb/additions/src/ |
D | tinyusb.c | 37 .controller = USB_PHY_CTRL_OTG, in tinyusb_driver_install()
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 188 .controller = USB_PHY_CTRL_OTG, in msc_setup()
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/ |
D | test_cdc_acm_host.c | 47 .controller = USB_PHY_CTRL_OTG, in usb_lib_task()
|