Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_plugging.c64 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
132 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
191 if (all_clients_gone && event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
Dtest_usb_host_async.c80 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
155 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c44 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in host_lib_daemon_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c40 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in usb_lib_task()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h42 #define USB_HOST_LIB_EVENT_FLAGS_ALL_FREE 0x02 /**< The USB Host Library has freed all dev… macro
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c108 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp163 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in usb_lib_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c124 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c72 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) { in usb_lib_task()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst138 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_ALL_FREE) {
191 …p:func:`usb_host_lib_handle_events` to return the :c:macro:`USB_HOST_LIB_EVENT_FLAGS_ALL_FREE` eve…
/hal_espressif-3.6.0/components/usb/
Dusb_host.c323 p_host_lib_obj->dynamic.lib_event_flags |= USB_HOST_LIB_EVENT_FLAGS_ALL_FREE; in dev_event_callback()