Searched defs:default_pipe (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/usb/test/hcd/ |
D | test_hcd_bulk.c | 18 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
|
D | test_hcd_isoc.c | 52 …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
|
D | test_hcd_intr.c | 49 …hcd_pipe_handle_t default_pipe = test_hcd_pipe_alloc(port_hdl, NULL, 0, port_speed); //Create a de… variable
|
D | test_hcd_common.c | 277 uint8_t test_hcd_enum_device(hcd_pipe_handle_t default_pipe) in test_hcd_enum_device()
|
/hal_espressif-3.4.0/components/usb/ |
D | usbh.c | 66 hcd_pipe_handle_t default_pipe; member
|