Searched refs:phy_conf (Results 1 – 1 of 1) sorted by relevance
36 usb_phy_config_t phy_conf = { in tinyusb_driver_install() local41 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()