Searched refs:chan_error (Results 1 – 1 of 1) sorted by relevance
493 static inline hcd_pipe_event_t pipe_decode_error_event(usbh_hal_chan_error_t chan_error);870 usbh_hal_chan_error_t chan_error = usbh_hal_chan_get_error(chan_obj); in _intr_hdlr_chan() local871 pipe->last_event = pipe_decode_error_event(chan_error); in _intr_hdlr_chan()1557 static inline hcd_pipe_event_t pipe_decode_error_event(usbh_hal_chan_error_t chan_error) in pipe_decode_error_event() argument1560 switch (chan_error) { in pipe_decode_error_event()