Home
last modified time | relevance | path

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

/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() argument
20 if (phy_target == USB_PHY_TARGET_EXT) { in usb_phy_hal_otg_conf()
22 } else if (phy_target == USB_PHY_TARGET_INT) { in usb_phy_hal_otg_conf()
28 void usb_phy_hal_jtag_conf(usb_phy_hal_context_t *hal, usb_phy_target_t phy_target) in usb_phy_hal_jtag_conf() argument
30 if (phy_target == USB_PHY_TARGET_EXT) { in usb_phy_hal_jtag_conf()
32 } else if (phy_target == USB_PHY_TARGET_INT) { in usb_phy_hal_jtag_conf()
/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);
53 void usb_phy_hal_jtag_conf(usb_phy_hal_context_t *hal, usb_phy_target_t phy_target);