Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c27 #define DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE 0x0004 //Dequeue all URBs from default pipe macro
222 action_flags = DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE; in default_pipe_callback()
229 DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE | in default_pipe_callback()
239 … action_flags = DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE | DEV_FLAG_ACTION_DEFAULT_PIPE_CLEAR; in default_pipe_callback()
421 if (action_flags & DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE) { in usbh_process()
937 DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE | in usbh_hub_pass_event()