Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c129 uint32_t lib_event_flags; member
323 p_host_lib_obj->dynamic.lib_event_flags |= USB_HOST_LIB_EVENT_FLAGS_ALL_FREE; in dev_event_callback()
461 p_host_lib_obj->dynamic.lib_event_flags == 0 && in usb_host_uninstall()
523 event_flags = p_host_lib_obj->dynamic.lib_event_flags; in usb_host_lib_handle_events()
524 p_host_lib_obj->dynamic.lib_event_flags = 0; in usb_host_lib_handle_events()
702 p_host_lib_obj->dynamic.lib_event_flags |= USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS; in usb_host_client_deregister()