Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhcd.c229 struct pipe_obj { struct
256 TAILQ_ENTRY(pipe_obj) tailq_entry; //TailQ entry for port's list of pipes argument
258 hcd_pipe_state_t state;
259 hcd_pipe_event_t last_event;
260 …aiting_pipe_notif; //Task handle used for internal pipe events. Set by waiter, cleared by notifier
261 union {
285 TAILQ_HEAD(tailhead_pipes_idle, pipe_obj) pipes_idle_tailq; argument