Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c35 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/
Dhub.c709 static bool enum_dflt_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *… in enum_dflt_pipe_callback()
Dusbh.c215 static bool default_pipe_callback(hcd_pipe_handle_t pipe_hdl, hcd_pipe_event_t pipe_event, void *us… in default_pipe_callback()
Dhcd.c219 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()
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()