Home
last modified time | relevance | path

Searched refs:external_phy (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/usb/
Dusb_phy.c40 phy_context_t *external_phy; /**< external PHY context */ member
227 p_phy_ctrl_obj->external_phy = phy_context; in usb_new_phy()
302 p_phy_ctrl_obj->external_phy = NULL; in usb_del_phy()
320 if (target == USB_PHY_TARGET_EXT && p_phy_ctrl_obj->external_phy) { in usb_phy_get_phy_status()
321 *status = p_phy_ctrl_obj->external_phy->status; in usb_phy_get_phy_status()
/hal_espressif-3.4.0/examples/peripherals/usb/tusb_sample_descriptor/main/
Dtusb_sample_descriptor_main.c56 .external_phy = false // In the most cases you need to use a `false` value in app_main()
64 .external_phy = false // In the most cases you need to use a `false` value in app_main()
/hal_espressif-3.4.0/components/tinyusb/additions/include/
Dtinyusb.h76 bool external_phy; /*!< Should USB use an external PHY */ member
/hal_espressif-3.4.0/components/tinyusb/additions/src/
Dtinyusb.c40 if (config->external_phy) { in tinyusb_driver_install()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dusb_device.rst91 .external_phy = false;