Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c28 #define DEV_FLAG_ACTION_DEFAULT_PIPE_CLEAR 0x0008 //Move the default pipe to the active s… macro
230 DEV_FLAG_ACTION_DEFAULT_PIPE_CLEAR; in default_pipe_callback()
239 … action_flags = DEV_FLAG_ACTION_DEFAULT_PIPE_DEQUEUE | DEV_FLAG_ACTION_DEFAULT_PIPE_CLEAR; in default_pipe_callback()
435 if (action_flags & DEV_FLAG_ACTION_DEFAULT_PIPE_CLEAR) { in usbh_process()