Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhub.c48 #define HUB_DRIVER_FLAG_ACTION_PORT_RECOVER 0x04 macro
612 p_hub_driver_obj->dynamic.flags.actions |= HUB_DRIVER_FLAG_ACTION_PORT_RECOVER; in enum_stage_cleanup_failed()
729 p_hub_driver_obj->dynamic.flags.actions |= HUB_DRIVER_FLAG_ACTION_PORT_RECOVER; in usbh_hub_req_callback()
773 p_hub_driver_obj->dynamic.flags.actions |= HUB_DRIVER_FLAG_ACTION_PORT_RECOVER; in root_port_handle_events()
995 if (action_flags & HUB_DRIVER_FLAG_ACTION_PORT_RECOVER) { in hub_process()