Searched refs:usb_phy_handle_t (Results 1 – 7 of 7) sorted by relevance
60 typedef struct phy_context_t *usb_phy_handle_t; /**< USB PHY context handle */ typedef77 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);
86 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()
150 … usb_phy_handle_t phy_handle; //Will be NULL if host library is installed with skip_phy_setup
15 static usb_phy_handle_t phy_hdl = NULL;
27 static usb_phy_handle_t phy_hdl;
49 static usb_phy_handle_t phy_hdl = NULL;
31 static usb_phy_handle_t phy_hdl = NULL;