Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_keyboard_key_test.c678 ux_utility_thread_sleep(HOST_WAIT_TIME * 2); in tx_demo_thread_host_simulation_entry()
795 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
838 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
842 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
859 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
893 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
896 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
911 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
942 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
944 ux_utility_thread_sleep(SLAVE_WAIT_TIME); in tx_demo_thread_slave_simulation_entry()
[all …]
Dusbx_hid_keyboard_key_with_report_id_test.c377 ux_utility_thread_sleep(1); in tx_demo_thread_host_simulation_entry()
401 ux_utility_thread_sleep(1); in tx_demo_thread_host_simulation_entry()
425 ux_utility_thread_sleep(1); in tx_demo_thread_host_simulation_entry()
445 ux_utility_thread_sleep(2); in tx_demo_thread_host_simulation_entry()
463 ux_utility_thread_sleep(2); in tx_demo_thread_host_simulation_entry()
478 ux_utility_thread_sleep(2); in tx_demo_thread_host_simulation_entry()
491 ux_utility_thread_sleep(2); in tx_demo_thread_host_simulation_entry()
568 ux_utility_thread_sleep(2); in tx_demo_thread_slave_simulation_entry()
594 ux_utility_thread_sleep(2); in tx_demo_thread_slave_simulation_entry()
628 ux_utility_thread_sleep(2); in tx_demo_thread_slave_simulation_entry()
[all …]
Dusbx_ux_device_class_hid_interrupt_thread_test.c355 ux_utility_thread_sleep(10); in tx_demo_thread_host_simulation_entry()
374 ux_utility_thread_sleep(10); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_client_register_test.c515 ux_utility_thread_sleep(10); in tx_demo_thread_host_simulation_entry()
594 ux_utility_thread_sleep(20); in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_callback_test2.c387 ux_utility_thread_sleep(20); in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_transfer_request_completed_raw_test.c448 ux_utility_thread_sleep(10); in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_interrupt_endpoint_get_report_test.c394 ux_utility_thread_sleep(10); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_interrupt_thread_test2.c358 ux_utility_thread_sleep(10); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_decompressed_test.c469 ux_utility_thread_sleep(10); in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_callback_test.c484 ux_utility_thread_sleep(20); in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_transfer_request_completed_test.c438 ux_utility_thread_sleep(20); in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_keyboard_basic_test.c541 ux_utility_thread_sleep(UX_MS_TO_TICK(2000)); in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_keyboard_key_get_test.c518 ux_utility_thread_sleep(2); in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_report_get_test.c565 ux_utility_thread_sleep(20); in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_remote_control_tests.c412 ux_utility_thread_sleep(2); in basic_test_slave_thread_entry()
/USBX-v6.2.1/common/core/
DCMakeLists.txt217 ${CMAKE_CURRENT_LIST_DIR}/src/ux_utility_thread_sleep.c
/USBX-v6.2.1/common/core/inc/
Dux_utility.h444 #define ux_utility_thread_sleep _ux_utility_thread_sleep macro
/USBX-v6.2.1/docs/
Drevision_history.txt59ux_utility_thread_sleep.c Computes the TX timer tick from the passing millis…
967 Replaced SOF based timer with ux_utility_thread_sleep: