Lines Matching refs:port_hdl
131 typedef bool (*hcd_port_callback_t)(hcd_port_handle_t port_hdl, hcd_port_event_t port_event, void *…
229 … hcd_port_init(int port_number, const hcd_port_config_t *port_config, hcd_port_handle_t *port_hdl);
241 esp_err_t hcd_port_deinit(hcd_port_handle_t port_hdl);
263 esp_err_t hcd_port_command(hcd_port_handle_t port_hdl, hcd_port_cmd_t command);
271 hcd_port_state_t hcd_port_get_state(hcd_port_handle_t port_hdl);
286 esp_err_t hcd_port_get_speed(hcd_port_handle_t port_hdl, usb_speed_t *speed);
305 hcd_port_event_t hcd_port_handle_event(hcd_port_handle_t port_hdl);
317 esp_err_t hcd_port_recover(hcd_port_handle_t port_hdl);
325 void *hcd_port_get_context(hcd_port_handle_t port_hdl);
340 esp_err_t hcd_port_set_fifo_bias(hcd_port_handle_t port_hdl, hcd_port_fifo_bias_t bias);
362 esp_err_t hcd_pipe_alloc(hcd_port_handle_t port_hdl, const hcd_pipe_config_t *pipe_config, hcd_pipe…