Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_uxe_host_hid_test.c161 status = ux_host_class_hid_report_get(UX_NULL, &dummy_client_report); in ux_test_thread_simulation_0_entry()
163 status = ux_host_class_hid_report_get(&dummy_hid, UX_NULL); in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_class_hid_report_get_test.c399 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()
450 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_get_test2.c527 if (ux_host_class_hid_report_get(hid, &client_report) != UX_HOST_CLASS_INSTANCE_UNKNOWN) in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1145 #define ux_host_class_hid_report_get _uxe_host_class_hid_report_get macro
1160 #define ux_host_class_hid_report_get _ux_host_class_hid_report_get macro
/USBX-v6.2.1/common/usbx_host_classes/
DCMakeLists.txt128 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_class_hid_report_get.c
/USBX-v6.2.1/docs/
Drevision_history.txt612 ux_host_class_hid_report_get.c
1118 ux_host_class_hid_report_get.c Changed error code reporting.
1896ux_host_class_hid_report_get.c Fixed GET_REPORT when dealing with multiple reports.
2226 ux_host_class_hid_report_get Fixed a endianness issue with HID reports