Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_deactivate.c99 hid -> ux_host_class_hid_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in _ux_host_class_hid_deactivate()
Dux_host_class_hid_activate.c165 hid -> ux_host_class_hid_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_hid_activate()
Dux_host_class_hid_transfer_request_completed.c107 if ((hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_SHUTDOWN) || in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_entry.c606 hid -> ux_host_class_hid_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_hid_activate_wait()
/USBX-v6.2.1/test/regression/
Dusbx_test_common_hid.h80 if(hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_get()
Dusbx_hid_keyboard_extraction_test2.c348 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test2.c346 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test2.c335 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_mouse_extraction_test.c347 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_extraction_test.c355 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_extraction_test.c338 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_deactivate_test.c327 if (hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_check()
Dusbx_ux_host_class_hid_keyboard_thread_test.c370 while(hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_keyboard_basic_test.c382 if (status == UX_SUCCESS && hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_connect_wait()
Dusbx_hid_keyboard_key_get_test.c375 while (hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_get()
Dusbx_test_USBX_141_keyboard_layout.c417 while (hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in demo_class_hid_get()
Dusbx_hid_remote_control_tests.c174 UX_TEST_ASSERT(global_host_hid -> ux_host_class_hid_state == UX_HOST_CLASS_INSTANCE_LIVE); in get_global_hid_values()
Dusbx_ux_host_stack_class_unregister_test.c568 if (host_hid -> ux_host_class_hid_state != UX_HOST_CLASS_INSTANCE_LIVE) in ux_test_wait_connect()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h974 ULONG ux_host_class_hid_state; member