Searched refs:phy_config (Results 1 – 1 of 1) sorted by relevance
148 usb_phy_config_t phy_config = { in usb_dc_low_level_init() local152 phy_config.target = GET_USB_PHY_TARGET(reg_base); in usb_dc_low_level_init()153 phy_config.otg_speed = GET_USB_PHY_SPEED(reg_base); in usb_dc_low_level_init()155 ret = usb_new_phy(&phy_config, &s_phy_handle[GET_USB_INDEX(reg_base)]); in usb_dc_low_level_init()197 usb_phy_config_t phy_config = { in usb_hc_low_level_init() local204 phy_config.target = GET_USB_PHY_TARGET(reg_base); in usb_hc_low_level_init()206 esp_err_t ret = usb_new_phy(&phy_config, &s_phy_handle[GET_USB_INDEX(reg_base)]); in usb_hc_low_level_init()
Completed in 3 milliseconds