Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c36 usb_phy_config_t phy_conf = { in tinyusb_driver_install() local
41 phy_conf.target = USB_PHY_TARGET_EXT; in tinyusb_driver_install()
50 phy_conf.gpio_conf = &gpio_conf; in tinyusb_driver_install()
52 phy_conf.target = USB_PHY_TARGET_INT; in tinyusb_driver_install()
54 ESP_RETURN_ON_ERROR(usb_new_phy(&phy_conf, &phy_hdl), TAG, "Install USB PHY failed"); in tinyusb_driver_install()