Home
last modified time | relevance | path

Searched defs:pipe_config (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c231 hcd_pipe_config_t pipe_config = { in test_hcd_pipe_alloc() local
/hal_espressif-3.6.0/components/usb/
Dusbh.c139 hcd_pipe_config_t pipe_config = { in device_alloc() local
754 hcd_pipe_config_t pipe_config = { in usbh_ep_alloc() local
Dhcd.c1614 static bool pipe_alloc_check_args(const hcd_pipe_config_t *pipe_config, usb_speed_t port_speed, con… in pipe_alloc_check_args()
1653 static void pipe_set_ep_char(const hcd_pipe_config_t *pipe_config, usb_transfer_type_t type, bool i… in pipe_set_ep_char()
1817 esp_err_t hcd_pipe_alloc(hcd_port_handle_t port_hdl, const hcd_pipe_config_t *pipe_config, hcd_pipe… in hcd_pipe_alloc()