Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_hal.h44 void usb_phy_hal_otg_conf(usb_phy_hal_context_t *hal, usb_phy_target_t phy_target);
/hal_espressif-3.6.0/components/hal/
Dusb_phy_hal.c18 void usb_phy_hal_otg_conf(usb_phy_hal_context_t *hal, usb_phy_target_t phy_target) in usb_phy_hal_otg_conf() function
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c241 usb_phy_hal_otg_conf(&(phy_context->hal_context), config->target == USB_PHY_TARGET_EXT); in usb_new_phy()