Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c31 #define DEV_FLAG_ACTION_FREE_AND_RECOVER 0x0040 //Free the device object, but send a US… macro
451 if (action_flags & (DEV_FLAG_ACTION_FREE | DEV_FLAG_ACTION_FREE_AND_RECOVER)) { in usbh_process()
460 if (action_flags & DEV_FLAG_ACTION_FREE_AND_RECOVER) { in usbh_process()
578 …call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE_AND_RECOVER); //Port error occurred… in usbh_dev_close()
933 …call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE_AND_RECOVER); //Port error occurred… in usbh_hub_pass_event()