Searched defs:pipe_event (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.6.0/components/usb/test/hcd/ |
D | test_hcd_common.c | 35 hcd_pipe_event_t pipe_event; member 75 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback()
|
/hal_espressif-3.6.0/components/usb/ |
D | hub.c | 709 static bool enum_dflt_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *… in enum_dflt_pipe_callback()
|
D | usbh.c | 215 static bool default_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *us… in default_pipe_callback()
|
D | hcd.c | 219 hcd_pipe_event_t pipe_event: 8; //The pipe event when the buffer was done member 429 static inline void _buffer_done(pipe_t *pipe, int stop_idx, hcd_pipe_event_t pipe_event, bool cance… in _buffer_done()
|
D | usb_host.c | 336 static bool pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *user_arg, … in pipe_callback()
|