Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_phy.c26 typedef struct phy_context_t phy_context_t; typedef
28 struct phy_context_t { struct
39 phy_context_t *internal_phy; /**< internal PHY context */ argument
40 phy_context_t *external_phy; /**< external PHY context */
218 phy_context_t *phy_context = (phy_context_t *) calloc(1, sizeof(phy_context_t)); in usb_new_phy()
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h60 typedef struct phy_context_t *usb_phy_handle_t; /**< USB PHY context handle */