Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_phy.c33 usb_phy_speed_t otg_speed; /**< USB speed */ member
119 handle->otg_speed = speed; in usb_phy_otg_dev_set_speed()
247 phy_context->otg_speed = USB_PHY_SPEED_FULL; in usb_new_phy()
266 if (config->otg_speed != USB_PHY_SPEED_UNDEFINED) { in usb_new_phy()
267 ESP_ERROR_CHECK(usb_phy_otg_dev_set_speed(*handle_ret, config->otg_speed)); in usb_new_phy()
Dusb_host.c386 ….otg_speed = USB_PHY_SPEED_UNDEFINED, //In Host mode, the speed is determined by the connected d… in usb_host_install()
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c24 ….otg_speed = USB_PHY_SPEED_UNDEFINED, //In Host mode, the speed is determined by the connected d… in test_usb_init_phy()
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h56 usb_phy_speed_t otg_speed; /**< USB OTG speed */ member
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c191 ….otg_speed = USB_PHY_SPEED_UNDEFINED, //In Host mode, the speed is determined by the connected d… in msc_setup()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c50 ….otg_speed = USB_PHY_SPEED_UNDEFINED, //In Host mode, the speed is determined by the connected d… in usb_lib_task()