Searched refs:hid_report_callback (Results 1 – 3 of 3) sorted by relevance
522 …hid_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()526 …hid_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()
282 UX_HOST_CLASS_HID_REPORT_CALLBACK hid_report_callback; in tx_demo_thread_host_simulation_entry() local340 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()
44 static UX_HOST_CLASS_HID_REPORT_CALLBACK hid_report_callback; variable