Home
last modified time | relevance | path

Searched refs:USB_OTG_MODE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/usb/
Dusb_phy.c101 } else if (mode == USB_OTG_MODE_DEVICE) { in usb_phy_otg_set_mode()
116 …_FALSE((handle->target == USB_PHY_TARGET_INT && handle->otg_mode == USB_OTG_MODE_DEVICE), ESP_FAIL, in usb_phy_otg_dev_set_speed()
246 phy_context->otg_mode = USB_OTG_MODE_DEVICE; in usb_new_phy()
/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_types.h47 USB_OTG_MODE_DEVICE, /**< USB OTG device mode */ enumerator
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c38 .otg_mode = USB_OTG_MODE_DEVICE, in tinyusb_driver_install()