Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hid_transfer_request_completed_raw_test.c367 ux_host_class_hid_report_callback_register(hid, &callback); in tx_demo_thread_host_simulation_entry()
381 ux_host_class_hid_report_callback_register(hid, &callback); in tx_demo_thread_host_simulation_entry()
Dusbx_uxe_host_hid_test.c149 status = ux_host_class_hid_report_callback_register(UX_NULL, &dummy_hid_report_callback); in ux_test_thread_simulation_0_entry()
151 status = ux_host_class_hid_report_callback_register(&dummy_hid, UX_NULL); in ux_test_thread_simulation_0_entry()
Dusbx_hid_transfer_request_completed_decompressed_test.c388 status = ux_host_class_hid_report_callback_register(hid, &callback); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1143 #define ux_host_class_hid_report_callback_register _uxe_host_class_hid_report_callback_reg… macro
1158 #define ux_host_class_hid_report_callback_register _ux_host_class_hid_report_callback_regi… macro
/USBX-v6.2.1/common/usbx_host_classes/
DCMakeLists.txt124 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_class_hid_report_callback_register.c
/USBX-v6.2.1/docs/
Drevision_history.txt249 ux_host_class_hid_report_callback_register.c Fixed multiple report parsing.
519 ux_host_class_hid_report_callback_register.c