Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c30 #define DEV_FLAG_ACTION_FREE 0x0020 //Free the device object macro
412 assert(!(action_flags & DEV_FLAG_ACTION_FREE) || action_flags == DEV_FLAG_ACTION_FREE); in usbh_process()
451 if (action_flags & (DEV_FLAG_ACTION_FREE | DEV_FLAG_ACTION_FREE_AND_RECOVER)) { in usbh_process()
947 call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE); in usbh_hub_pass_event()