Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_read_test.c30 static ULONG device_read_count; variable
376 device_read_count = 0; in tx_demo_thread_host_simulation_entry()
380 UX_TEST_ASSERT(device_read_count == 1); in tx_demo_thread_host_simulation_entry()
389 UX_TEST_ASSERT(device_read_count == 2); in tx_demo_thread_host_simulation_entry()
400 UX_TEST_ASSERT(device_read_count == 3); in tx_demo_thread_host_simulation_entry()
413 UX_TEST_ASSERT(device_read_count == 3); in tx_demo_thread_host_simulation_entry()
416 UX_TEST_ASSERT(device_read_count == 4); in tx_demo_thread_host_simulation_entry()
486 device_read_count ++; in tx_demo_thread_device_simulation_entry()