Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h32 USB_PHY_ACTION_MAX, enumerator
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c133 …ESP_RETURN_ON_FALSE(action < USB_PHY_ACTION_MAX, ESP_ERR_INVALID_ARG, USBPHY_TAG, "action argument… in usb_phy_action()