Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_test.c522hid_report_callback.ux_host_class_hid_report_callback_id = hid_report_id.ux_host_class_hid_r… in test_hid_periodic_reports()
523 hid_report_callback.ux_host_class_hid_report_callback_function = test_hid_report_callback; in test_hid_periodic_reports()
524 hid_report_callback.ux_host_class_hid_report_callback_buffer = UX_NULL; in test_hid_periodic_reports()
525 hid_report_callback.ux_host_class_hid_report_callback_flags = UX_HOST_CLASS_HID_REPORT_RAW; in test_hid_periodic_reports()
526hid_report_callback.ux_host_class_hid_report_callback_length = hid_report_id.ux_host_class_hid_r… in test_hid_periodic_reports()
529 status = _ux_host_class_hid_report_callback_register(hid, &hid_report_callback); in test_hid_periodic_reports()
Dusbx_ux_host_class_hid_report_callback_register_test.c282 UX_HOST_CLASS_HID_REPORT_CALLBACK hid_report_callback; in tx_demo_thread_host_simulation_entry() local
340 hid_report_callback.ux_host_class_hid_report_callback_id = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
342 status = _ux_host_class_hid_report_callback_register(hid, &hid_report_callback); in tx_demo_thread_host_simulation_entry()
Dusbx_test_common_hid.h44 static UX_HOST_CLASS_HID_REPORT_CALLBACK hid_report_callback; variable