Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
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()
1709 UINT ux_test_wait_for_non_null(VOID **current_value_ptr) in ux_test_wait_for_non_null() argument
1718 while (*current_value_ptr == UX_NULL && timeout_ms) in ux_test_wait_for_non_null()
1740 UINT ux_test_wait_for_null_wait_time(VOID **current_value_ptr, UINT wait_time_ms) in ux_test_wait_for_null_wait_time() argument
1749 while (*current_value_ptr != UX_NULL && timeout_ms) in ux_test_wait_for_null_wait_time()
[all …]
Dux_test.h444 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value);
445 UINT ux_test_wait_for_non_null(VOID **current_value_ptr);
446 UINT ux_test_wait_for_null(VOID **current_value_ptr);
458 UINT ux_test_wait_for_null_wait_time(VOID **current_value_ptr, UINT wait_time_ms);