Home
last modified time | relevance | path

Searched refs:pipe_callback (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/usb/test/hcd/
Dtest_hcd_common.c75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() function
232 .callback = pipe_callback, in test_hcd_pipe_alloc()
/hal_espressif-3.4.0/components/usb/
Dusb_host.c336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback() function
927 .pipe_cb = pipe_callback, in endpoint_alloc()