Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h24 } usb_phy_status_t; typedef
140 esp_err_t usb_phy_get_phy_status(usb_phy_target_t target, usb_phy_status_t *status);
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c31 usb_phy_status_t status; /**< PHY status */
315 esp_err_t usb_phy_get_phy_status(usb_phy_target_t target, usb_phy_status_t *status) in usb_phy_get_phy_status()