Home
last modified time | relevance | path

Searched refs:USB_OTG_MODE_HOST (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_types.h46 USB_OTG_MODE_HOST, /**< USB OTG host mode */ enumerator
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c23 .otg_mode = USB_OTG_MODE_HOST, in test_usb_init_phy()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c190 .otg_mode = USB_OTG_MODE_HOST, in msc_setup()
/hal_espressif-3.6.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()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c93 if (mode == USB_OTG_MODE_HOST) { in usb_phy_otg_set_mode()
Dusb_host.c385 .otg_mode = USB_OTG_MODE_HOST, in usb_host_install()