Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_types.h48 USB_OTG_MODE_MAX, enumerator
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c89 …ESP_RETURN_ON_FALSE(mode < USB_OTG_MODE_MAX, ESP_ERR_INVALID_ARG, USBPHY_TAG, "mode argument is in… in usb_phy_otg_set_mode()