Home
last modified time | relevance | path

Searched refs:hid_keyboard_parameter (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_receiver_memory_test.c242 static UX_SLAVE_CLASS_HID_PARAMETER hid_keyboard_parameter; variable
491 hid_keyboard_parameter.ux_device_class_hid_parameter_report_address = hid_keyboard_report; in test_application_define()
492hid_keyboard_parameter.ux_device_class_hid_parameter_report_length = HID_KEYBOARD_REPORT_LE… in test_application_define()
493hid_keyboard_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callba… in test_application_define()
494hid_keyboard_parameter.ux_slave_class_hid_instance_activate = keyboard_instance_acti… in test_application_define()
495hid_keyboard_parameter.ux_slave_class_hid_instance_deactivate = instance_deactivate_ca… in test_application_define()
508hid_keyboard_parameter.ux_device_class_hid_parameter_receiver_initialize = ux_device_c… in test_application_define()
509 hid_keyboard_parameter.ux_device_class_hid_parameter_receiver_event_max_number = 8; in test_application_define()
510 hid_keyboard_parameter.ux_device_class_hid_parameter_receiver_event_max_length = 32; in test_application_define()
529 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
[all …]
Dusbx_class_hid_basic_memory_test.c242 static UX_SLAVE_CLASS_HID_PARAMETER hid_keyboard_parameter; variable
497 hid_keyboard_parameter.ux_device_class_hid_parameter_report_address = hid_keyboard_report; in test_application_define()
498hid_keyboard_parameter.ux_device_class_hid_parameter_report_length = HID_KEYBOARD_REPORT_LENGTH; in test_application_define()
499 hid_keyboard_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define()
500hid_keyboard_parameter.ux_slave_class_hid_instance_activate = keyboard_instance_activate_c… in test_application_define()
501hid_keyboard_parameter.ux_slave_class_hid_instance_deactivate = instance_deactivate_callback; in test_application_define()
521 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
572 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
599 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
Dusbx_ux_device_class_hid_basic_memory_test.c242 static UX_SLAVE_CLASS_HID_PARAMETER hid_keyboard_parameter; variable
491 hid_keyboard_parameter.ux_device_class_hid_parameter_report_address = hid_keyboard_report; in test_application_define()
492hid_keyboard_parameter.ux_device_class_hid_parameter_report_length = HID_KEYBOARD_REPORT_LENGTH; in test_application_define()
493 hid_keyboard_parameter.ux_device_class_hid_parameter_callback = demo_thread_hid_callback; in test_application_define()
494hid_keyboard_parameter.ux_slave_class_hid_instance_activate = keyboard_instance_activate_c… in test_application_define()
495hid_keyboard_parameter.ux_slave_class_hid_instance_deactivate = instance_deactivate_callback; in test_application_define()
515 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
566 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
593 1,0, (VOID *)&hid_keyboard_parameter); in test_application_define()
Dusbx_ux_device_class_hid_report_test.c192 static UX_SLAVE_CLASS_HID_PARAMETER hid_keyboard_parameter; variable
387 hid_keyboard_parameter.ux_device_class_hid_parameter_report_address = hid_keyboard_report; in test_application_define()
388hid_keyboard_parameter.ux_device_class_hid_parameter_report_length = HID_KEYBOARD_REPORT_LENGTH; in test_application_define()
389 hid_keyboard_parameter.ux_device_class_hid_parameter_callback = UX_NULL; in test_application_define()
390 hid_keyboard_parameter.ux_device_class_hid_parameter_get_callback = UX_NULL; in test_application_define()
391hid_keyboard_parameter.ux_slave_class_hid_instance_activate = keyboard_instance_activate_c… in test_application_define()
397 1,1, (VOID *)&hid_keyboard_parameter); in test_application_define()