Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_test.c499 static ULONG test_hid_report_callback_count = 0; variable
503 test_hid_report_callback_count ++; in test_hid_report_callback()
507 return(test_hid_report_callback_count >= test_hid_report_callback_wait ? in test_hid_report_callback_count_check()
543 test_hid_report_callback_count = 0; in test_hid_periodic_reports()
547 UX_TEST_ASSERT(test_hid_report_callback_count == 1); in test_hid_periodic_reports()
549 test_hid_report_callback_count = 0; in test_hid_periodic_reports()
554 UX_TEST_ASSERT(test_hid_report_callback_count == 2); in test_hid_periodic_reports()