Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dux_test.h442 UINT ux_test_wait_for_value_uint(UINT *current_value, UINT desired_value);
443 UINT ux_test_wait_for_value_ulong(ULONG *current_value, ULONG desired_value);
444 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value);
Dux_test.c1616 UINT ux_test_wait_for_value_uint(UINT *current_value_ptr, UINT desired_value) in ux_test_wait_for_value_uint() argument
1625 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_uint()
1647 UINT ux_test_wait_for_value_ulong(ULONG *current_value_ptr, ULONG desired_value) in ux_test_wait_for_value_ulong() argument
1656 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_ulong()
1678 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value) in ux_test_wait_for_value_uchar() argument
1687 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_uchar()