Home
last modified time | relevance | path

Searched refs:USB_PHY_SPEED_FULL (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/hal/include/hal/
Dusb_phy_types.h57 USB_PHY_SPEED_FULL, /**< USB Full Speed (12 Mbit/s) */ enumerator
/hal_espressif-3.4.0/components/usb/
Dusb_phy.c123 } else if (speed == USB_PHY_SPEED_FULL) { in usb_phy_otg_dev_set_speed()
247 phy_context->otg_speed = USB_PHY_SPEED_FULL; in usb_new_phy()