Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dusb_host.c128 uint32_t process_pending_flags; member
269 p_host_lib_obj->dynamic.process_pending_flags |= PROCESS_PENDING_FLAG_USBH; in notif_callback()
272 p_host_lib_obj->dynamic.process_pending_flags |= PROCESS_PENDING_FLAG_HUB; in notif_callback()
460 HOST_CHECK_FROM_CRIT(p_host_lib_obj->dynamic.process_pending_flags == 0 && in usb_host_uninstall()
505 uint32_t process_pending_flags = p_host_lib_obj->dynamic.process_pending_flags; in usb_host_lib_handle_events() local
506 p_host_lib_obj->dynamic.process_pending_flags = 0; in usb_host_lib_handle_events()
508 while (process_pending_flags) { in usb_host_lib_handle_events()
510 if (process_pending_flags & PROCESS_PENDING_FLAG_USBH) { in usb_host_lib_handle_events()
513 if (process_pending_flags & PROCESS_PENDING_FLAG_HUB) { in usb_host_lib_handle_events()
518 process_pending_flags = p_host_lib_obj->dynamic.process_pending_flags; in usb_host_lib_handle_events()
[all …]