Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dusb_phy.c32 usb_otg_mode_t otg_mode; /**< USB OTG mode */ member
92 handle->otg_mode = mode; 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()
246 phy_context->otg_mode = USB_OTG_MODE_DEVICE; in usb_new_phy()
263 if (config->otg_mode != USB_PHY_MODE_DEFAULT) { in usb_new_phy()
264 ESP_ERROR_CHECK(usb_phy_otg_set_mode(*handle_ret, config->otg_mode)); in usb_new_phy()
Dusb_host.c385 .otg_mode = USB_OTG_MODE_HOST, in usb_host_install()
/hal_espressif-3.4.0/components/usb/test/common/
Dtest_usb_common.c23 .otg_mode = USB_OTG_MODE_HOST, in test_usb_init_phy()
/hal_espressif-3.4.0/components/usb/include/esp_private/
Dusb_phy.h55 usb_otg_mode_t otg_mode; /**< USB OTG mode */ member
/hal_espressif-3.4.0/components/tinyusb/additions/src/
Dtinyusb.c38 .otg_mode = USB_OTG_MODE_DEVICE, in tinyusb_driver_install()
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c190 .otg_mode = USB_OTG_MODE_HOST, in msc_setup()
/hal_espressif-3.4.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c49 .otg_mode = USB_OTG_MODE_HOST, in usb_lib_task()