Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_host_async.c76 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
151 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
298 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
Dtest_usb_host_plugging.c128 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
186 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
/hal_espressif-3.6.0/examples/peripherals/usb/host/usb_host_lib/main/
Dusb_host_lib_main.c41 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in host_lib_daemon_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c36 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
/hal_espressif-3.6.0/components/usb/include/usb/
Dusb_host.h41 #define USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS 0x01 /**< All clients have been deregistered fro… macro
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/main/
Dmsc_example_main.c103 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dcdc_acm_host_bg96.cpp159 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dtest_msc.c117 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in handle_usb_events()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c67 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_host.rst135 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
185 … of the deregistration of all clients by way the :c:macro:`USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS` ev…
/hal_espressif-3.6.0/components/usb/
Dusb_host.c702 p_host_lib_obj->dynamic.lib_event_flags |= USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS; in usb_host_client_deregister()