Home
last modified time | relevance | path

Searched refs:usb_phy_target_t (Results 1 – 5 of 5) 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);
53 void usb_phy_hal_jtag_conf(usb_phy_hal_context_t *hal, usb_phy_target_t phy_target);
Dusb_phy_types.h28 } usb_phy_target_t; typedef
/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h54 usb_phy_target_t target; /**< USB PHY target INT/EXT */
140 esp_err_t usb_phy_get_phy_status(usb_phy_target_t target, usb_phy_status_t *status);
/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()
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()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c29 usb_phy_target_t target; /**< PHY target */
315 esp_err_t usb_phy_get_phy_status(usb_phy_target_t target, usb_phy_status_t *status) in usb_phy_get_phy_status()