| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_hid_initialize.c | 102 UX_SLAVE_CLASS_HID_PARAMETER *hid_parameter; in _ux_device_class_hid_initialize() local 120 hid_parameter = command -> ux_slave_class_command_parameter; in _ux_device_class_hid_initialize() 191 …hid -> ux_device_class_hid_report_address = hid_parameter -> ux_device_class_hid_param… in _ux_device_class_hid_initialize() 192 …hid -> ux_device_class_hid_report_length = hid_parameter -> ux_device_class_hid_param… in _ux_device_class_hid_initialize() 193 …hid -> ux_device_class_hid_report_id = hid_parameter -> ux_device_class_hid_param… in _ux_device_class_hid_initialize() 196 …hid -> ux_device_class_hid_callback = hid_parameter -> ux_device_class_hid_param… in _ux_device_class_hid_initialize() 197 …hid -> ux_device_class_hid_get_callback = hid_parameter -> ux_device_class_hid_param… in _ux_device_class_hid_initialize() 202 if (UX_DEVICE_CLASS_HID_PARAM_EVENT_MAX_LENGTH(hid_parameter) == 0 || in _ux_device_class_hid_initialize() 203 …UX_DEVICE_CLASS_HID_PARAM_EVENT_MAX_LENGTH(hid_parameter) > UX_DEVICE_CLASS_HID_EVENT_BUFFER_LENGT… in _ux_device_class_hid_initialize() 204 …UX_DEVICE_CLASS_HID_PARAM_EVENT_MAX_LENGTH(hid_parameter) = UX_DEVICE_CLASS_HID_EVENT_BUFFER_LENGT… in _ux_device_class_hid_initialize() [all …]
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_hid_activate_test.c | 255 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 256 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 257 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 258 hid_parameter.ux_slave_class_hid_instance_activate = instance_activate_callback; in test_application_define() 262 1,0, (VOID *)&hid_parameter); in test_application_define() 264 1,1, (VOID *)&hid_parameter); in test_application_define() 266 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_device_class_hid_deactivate_test.c | 246 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 247 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 248 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 249 hid_parameter.ux_slave_class_hid_instance_deactivate = instance_deactivate_callback; in test_application_define() 253 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_device_class_hid_report_set_test.c | 223 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 224 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 225 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 226 hid_parameter.ux_device_class_hid_parameter_report_id = 0x01; in test_application_define() 230 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_get_zero_length_item_data_test.c | 225 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 226 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 227 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 231 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_incoherent_usage_min_max_test.c | 208 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 209 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 210 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 214 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_invalid_length_test.c | 205 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 207 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 211 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_unknown_local_tag_test.c | 207 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 209 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 213 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_usages_overflow_via_max_test.c | 209 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 210 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 211 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 215 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_host_class_hid_mouse_entry_test2.c | 213 hid_parameter.ux_device_class_hid_parameter_report_address = hid_mouse_report; in test_application_define() 214 hid_parameter.ux_device_class_hid_parameter_report_length = HID_MOUSE_REPORT_LENGTH; in test_application_define() 215 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 219 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_host_class_hid_mouse_entry_test3.c | 213 hid_parameter.ux_device_class_hid_parameter_report_address = hid_mouse_report; in test_application_define() 214 hid_parameter.ux_device_class_hid_parameter_report_length = HID_MOUSE_REPORT_LENGTH; in test_application_define() 215 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 219 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_host_class_hid_remote_control_entry_test3.c | 230 hid_parameter.ux_device_class_hid_parameter_report_address = hid_remote_control_report; in test_application_define() 231 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REMOTE_CONTROL_REPORT_LENGTH; in test_application_define() 232 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 236 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_collection_overflow_test.c | 226 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 227 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 228 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 232 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_delimiter_nested_close_test.c | 218 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 219 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 220 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 224 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_end_collection_error_test.c | 207 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 209 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 213 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_push_overflow_test.c | 207 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 208 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 209 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 213 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_unknown_global_tag_test.c | 208 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 209 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 210 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 214 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_usages_overflow_test.c | 212 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 213 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 214 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 218 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_host_class_hid_remote_control_entry_test2.c | 218 hid_parameter.ux_device_class_hid_parameter_report_address = hid_remote_control_report; in test_application_define() 219 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REMOTE_CONTROL_REPORT_LENGTH; in test_application_define() 220 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 224 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_hid_report_descriptor_delimiter_nested_open_test.c | 219 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 220 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 221 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 225 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_host_class_hid_client_search_test.c | 205 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 207 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 211 1,2, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_class_hid_mouse_basic_test.c | 281 ux_utility_memory_set(&hid_parameter, 0, sizeof(hid_parameter)); in test_application_define() 282 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 283 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 284 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_set_callback; in test_application_define() 285 hid_parameter.ux_device_class_hid_parameter_get_callback = demo_thread_hid_get_callback; in test_application_define() 287 hid_parameter.ux_slave_class_hid_instance_activate = demo_device_hid_instance_activate; in test_application_define() 288 hid_parameter.ux_slave_class_hid_instance_deactivate = demo_device_hid_instance_deactivate; in test_application_define() 292 1, 0, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_device_class_hid_receiver_test.c | 265 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 266 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 267 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 268 hid_parameter.ux_slave_class_hid_instance_activate = instance_activate_callback; in test_application_define() 270 …hid_parameter.ux_device_class_hid_parameter_receiver_initialize = ux_device_class_hid_receiv… in test_application_define() 271 hid_parameter.ux_device_class_hid_parameter_receiver_event_max_length = 32; in test_application_define() 272 hid_parameter.ux_device_class_hid_parameter_receiver_event_max_number = 3; in test_application_define() 273 …hid_parameter.ux_device_class_hid_parameter_receiver_event_callback = test_hid_receiver_event_ca… in test_application_define() 278 1,0, (VOID *)&hid_parameter); in test_application_define()
|
| D | usbx_ux_device_class_hid_initialize_test.c | 226 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 227 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 228 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 232 1,2, (VOID *)&hid_parameter); in test_application_define() 282 UX_SLAVE_CLASS_HID_PARAMETER hid_parameter; in tx_demo_thread_host_simulation_entry() local 307 command.ux_slave_class_command_parameter = &hid_parameter; in tx_demo_thread_host_simulation_entry() 447 command.ux_slave_class_command_parameter = &hid_parameter; in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_report_descriptor_pop_underflow_test.c | 205 hid_parameter.ux_device_class_hid_parameter_report_address = hid_report_descriptor; in test_application_define() 206 hid_parameter.ux_device_class_hid_parameter_report_length = HID_REPORT_LENGTH; in test_application_define() 207 hid_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define() 211 1,2, (VOID *)&hid_parameter); in test_application_define()
|