Home
last modified time | relevance | path

Searched defs:default_pipe (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_bulk.c18 static void mock_msc_reset_req(hcd_pipe_handle_t default_pipe) in mock_msc_reset_req()
63 …hcd_pipe_handle_t default_pipe = test_hcd_pipe_alloc(port_hdl, NULL, 0, port_speed); //Create a de… variable
Dtest_hcd_isoc.c52 …hcd_pipe_handle_t default_pipe = test_hcd_pipe_alloc(port_hdl, NULL, 0, port_speed); //Create a de… variable
134 …hcd_pipe_handle_t default_pipe = test_hcd_pipe_alloc(port_hdl, NULL, 0, port_speed); //Create a de… variable
Dtest_hcd_intr.c49 …hcd_pipe_handle_t default_pipe = test_hcd_pipe_alloc(port_hdl, NULL, 0, port_speed); //Create a de… variable
Dtest_hcd_common.c277 uint8_t test_hcd_enum_device(hcd_pipe_handle_t default_pipe) in test_hcd_enum_device()
/hal_espressif-3.4.0/components/usb/
Dusbh.c66 hcd_pipe_handle_t default_pipe; member