Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dusb_phy_hal.h29 } usb_phy_hal_context_t; typedef
36 void usb_phy_hal_init(usb_phy_hal_context_t *hal);
44 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);
61 void usb_phy_hal_int_load_conf_host(usb_phy_hal_context_t *hal);
69 void usb_phy_hal_int_load_conf_dev(usb_phy_hal_context_t *hal, usb_priv_speed_t speed);
77 void usb_phy_hal_int_mimick_disconn(usb_phy_hal_context_t *hal, bool disconn);
/hal_espressif-3.6.0/components/hal/
Dusb_phy_hal.c10 void usb_phy_hal_init(usb_phy_hal_context_t *hal) in usb_phy_hal_init()
18 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()
38 void usb_phy_hal_int_load_conf_host(usb_phy_hal_context_t *hal) in usb_phy_hal_int_load_conf_host()
44 void usb_phy_hal_int_load_conf_dev(usb_phy_hal_context_t *hal, usb_priv_speed_t speed) in usb_phy_hal_int_load_conf_dev()
56 void usb_phy_hal_int_mimick_disconn(usb_phy_hal_context_t *hal, bool disconn) in usb_phy_hal_int_mimick_disconn()
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c35 usb_phy_hal_context_t hal_context; /**< USB_PHY hal context */