Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h22 USB_PHY_STATUS_FREE, /**< PHY is not being used */ enumerator
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c223 if (phy_context->status == USB_PHY_STATUS_FREE) { in usb_new_phy()
325 *status = USB_PHY_STATUS_FREE; in usb_phy_get_phy_status()