Searched refs:ux_host_class_hid_idle_get (Results 1 – 6 of 6) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_class_hid_idle_get_test.c | 337 status = ux_host_class_hid_idle_get(hid, &idle_time, 0); in tx_demo_thread_host_simulation_entry() 410 status = ux_host_class_hid_idle_get(UX_NULL, UX_NULL, 0); in tx_demo_thread_host_simulation_entry() 426 status = ux_host_class_hid_idle_get(hid, &idle_time, 0); in tx_demo_thread_host_simulation_entry() 446 status = ux_host_class_hid_idle_get(hid, &idle_time, 0); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_uxe_host_hid_test.c | 131 status = ux_host_class_hid_idle_get(UX_NULL, &dummy_word, 0); in ux_test_thread_simulation_0_entry() 133 status = ux_host_class_hid_idle_get(&dummy_hid, UX_NULL, 0); in ux_test_thread_simulation_0_entry()
|
| D | usbx_ux_device_class_hid_idle_rate_test.c | 357 status = ux_host_class_hid_idle_get(hid, &actual_rate, 0); in _run_idle_rate_test() 530 status = ux_host_class_hid_idle_get(hid, &idle_rate, 0); in tx_demo_thread_host_simulation_entry()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid.h | 1137 #define ux_host_class_hid_idle_get _uxe_host_class_hid_idle_get macro 1152 #define ux_host_class_hid_idle_get _ux_host_class_hid_idle_get macro
|
| /USBX-v6.2.1/common/usbx_host_classes/ |
| D | CMakeLists.txt | 93 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_class_hid_idle_get.c
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 517 ux_host_class_hid_idle_get.c 594 ux_host_class_hid_idle_get.c 2224 ux_host_class_hid_idle_get Fixed a bug in IDLE command
|