Home
last modified time | relevance | path

Searched refs:ux_device_class_hid_parameter_report_length (Results 1 – 25 of 188) sorted by relevance

12345678

/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_hid_test.c122 dummy_parameter.ux_device_class_hid_parameter_report_length = 10; in ux_test_thread_simulation_0_entry()
127 dummy_parameter.ux_device_class_hid_parameter_report_length = 0; in ux_test_thread_simulation_0_entry()
132 …dummy_parameter.ux_device_class_hid_parameter_report_length = UX_SLAVE_REQUEST_CONTROL_MAX_LENGTH… in ux_test_thread_simulation_0_entry()
Dusbx_hid_report_descriptor_get_zero_length_item_data_test.c226 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_incoherent_usage_min_max_test.c209 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_invalid_length_test.c206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_unknown_local_tag_test.c208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_usages_overflow_via_max_test.c210 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_ux_host_class_hid_mouse_entry_test2.c214 hid_parameter.ux_device_class_hid_parameter_report_length = HID_MOUSE_REPORT_LENGTH; in test_application_define()
Dusbx_ux_host_class_hid_mouse_entry_test3.c214 hid_parameter.ux_device_class_hid_parameter_report_length = HID_MOUSE_REPORT_LENGTH; in test_application_define()
Dusbx_ux_host_class_hid_remote_control_entry_test3.c231 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REMOTE_CONTROL_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_collection_overflow_test.c227 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_delimiter_nested_close_test.c219 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_end_collection_error_test.c208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_push_overflow_test.c208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_unknown_global_tag_test.c209 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_usages_overflow_test.c213 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_ux_host_class_hid_remote_control_entry_test2.c219 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REMOTE_CONTROL_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_delimiter_nested_open_test.c220 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_ux_host_class_hid_client_search_test.c206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_pop_underflow_test.c206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_report_size_overflow_test.c210 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_delimiter_unknown_test.c219 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_example_delimit_test.c256 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_example_display_test.c266 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
Dusbx_hid_report_descriptor_report_count_overflow_test.c210 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_hid_initialize.c192 …lass_hid_report_length = hid_parameter -> ux_device_class_hid_parameter_report_length; in _ux_device_class_hid_initialize()
426 (hid_parameter -> ux_device_class_hid_parameter_report_length == 0) || in _uxe_device_class_hid_initialize()
427 …(hid_parameter -> ux_device_class_hid_parameter_report_length > UX_SLAVE_REQUEST_CONTROL_MAX_LENGT… in _uxe_device_class_hid_initialize()

12345678