Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_test.c460 ULONG tmp_bytes[2]; in test_hid_report_requests() local
482 client_report.ux_host_class_hid_client_report_buffer = tmp_bytes; in test_hid_report_requests()
486 _ux_utility_memory_set(tmp_bytes, i, sizeof(tmp_bytes)); in test_hid_report_requests()
490 _ux_utility_memory_set(tmp_bytes, 0xFF, sizeof(tmp_bytes)); in test_hid_report_requests()
493 UX_TEST_ASSERT(*(UCHAR *)tmp_bytes == i); in test_hid_report_requests()