Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/usb/
Dhcd.c493 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() local
871 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() argument
1560 switch (chan_error) { in pipe_decode_error_event()