Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c259 hcd_pipe_event_t last_event; member
292 hcd_port_event_t last_event; member
849 pipe->last_event = HCD_PIPE_EVENT_URB_DONE; in _intr_hdlr_chan()
850 event = pipe->last_event; in _intr_hdlr_chan()
853 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan()
871 pipe->last_event = pipe_decode_error_event(chan_error); in _intr_hdlr_chan()
872 event = pipe->last_event; in _intr_hdlr_chan()
876 _buffer_done(pipe, stop_idx, pipe->last_event, false); in _intr_hdlr_chan()
884 pipe->last_event = HCD_PIPE_EVENT_URB_DONE; in _intr_hdlr_chan()
885 event = pipe->last_event; in _intr_hdlr_chan()
[all …]
Dusb_host.c65 hcd_pipe_event_t last_event; member
343 ep_obj->dynamic.last_event = pipe_event; in pipe_callback()
575 hcd_pipe_event_t last_event = ep_obj->dynamic.last_event; in _handle_pending_ep() local
580 switch (last_event) { in _handle_pending_ep()