Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusbh.c32 #define DEV_FLAG_ACTION_PORT_DISABLE 0x0080 //Request the hub driver to disable the… macro
463 } else if (action_flags & DEV_FLAG_ACTION_PORT_DISABLE) { in usbh_process()
582 call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_PORT_DISABLE); in usbh_dev_close()
620 call_notif_cb |= _dev_set_actions(dev_obj_cur, DEV_FLAG_ACTION_PORT_DISABLE); in usbh_dev_mark_all_free()