Home
last modified time | relevance | path

Searched refs:usb_phy_handle_t (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/usb/include/esp_private/
Dusb_phy.h60 typedef struct phy_context_t *usb_phy_handle_t; /**< USB PHY context handle */ typedef
77 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret);
90 esp_err_t usb_phy_otg_set_mode(usb_phy_handle_t handle, usb_otg_mode_t mode);
103 esp_err_t usb_phy_otg_dev_set_speed(usb_phy_handle_t handle, usb_phy_speed_t speed);
116 esp_err_t usb_phy_action(usb_phy_handle_t handle, usb_phy_action_t action);
127 esp_err_t usb_del_phy(usb_phy_handle_t handle);
/hal_espressif-3.6.0/components/usb/
Dusb_phy.c86 esp_err_t usb_phy_otg_set_mode(usb_phy_handle_t handle, usb_otg_mode_t mode) in usb_phy_otg_set_mode()
111 esp_err_t usb_phy_otg_dev_set_speed(usb_phy_handle_t handle, usb_phy_speed_t speed) in usb_phy_otg_dev_set_speed()
130 esp_err_t usb_phy_action(usb_phy_handle_t handle, usb_phy_action_t action) in usb_phy_action()
209 esp_err_t usb_new_phy(const usb_phy_config_t *config, usb_phy_handle_t *handle_ret) in usb_new_phy()
256 *handle_ret = (usb_phy_handle_t) phy_context; in usb_new_phy()
295 esp_err_t usb_del_phy(usb_phy_handle_t handle) in usb_del_phy()
Dusb_host.c150usb_phy_handle_t phy_handle; //Will be NULL if host library is installed with skip_phy_setup
/hal_espressif-3.6.0/components/usb/test/common/
Dtest_usb_common.c15 static usb_phy_handle_t phy_hdl = NULL;
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtinyusb.c27 static usb_phy_handle_t phy_hdl;
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c49 static usb_phy_handle_t phy_hdl = NULL;
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c31 static usb_phy_handle_t phy_hdl = NULL;