Searched refs:_buffer_done (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 429 static inline void _buffer_done(pipe_t *pipe, int stop_idx, hcd_pipe_event_t pipe_event, bool cance… in _buffer_done() function 853 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan() 876 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan() 889 _buffer_done(pipe, stop_idx, HCD_PIPE_EVENT_NONE, true); in _intr_hdlr_chan() 2526 _buffer_done(pipe, 0, HCD_PIPE_EVENT_NONE, canceled); in _buffer_flush_all()
|