Searched refs:ux_host_class_hid_keyboard_regular_array (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_hid_keyboard_key_with_report_id_test.c | 8 static UCHAR ux_host_class_hid_keyboard_regular_array[] = variable 81 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array), // LOGICAL_MAXIMUM () 84 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array), // USAGE_MAXIMUM () 379 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry() 391 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry() 403 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry() 415 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry() 572 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry() 606 for (i = 1; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry()
|
| D | usbx_hid_keyboard_key_test.c | 15 static UCHAR ux_host_class_hid_keyboard_regular_array[] = variable 120 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // LOGICAL_MAXIMUM () 123 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // USAGE_MAXIMUM () 450 ux_host_class_hid_keyboard_regular_array, in tx_demo_thread_host_simulation_entry() 490 expected_key = ux_host_class_hid_keyboard_regular_array[i]; in tx_demo_thread_host_simulation_entry() 507 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry() 635 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_host_simulation_entry() 810 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry() 864 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry() 1083 for (i = KEY_START; i < ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array); i++) in tx_demo_thread_slave_simulation_entry() [all …]
|
| D | usbx_ux_host_class_hid_keyboard_ioctl_test.c | 10 static UCHAR ux_host_class_hid_keyboard_regular_array[] = variable 53 .ux_host_class_hid_keyboard_layout_shift_array = ux_host_class_hid_keyboard_regular_array, 95 0x25, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // LOGICAL_MAXIMUM () 98 0x29, ARRAY_COUNT(ux_host_class_hid_keyboard_regular_array) + 1, // USAGE_MAXIMUM ()
|
| D | usbx_test_USBX_141_keyboard_layout.c | 13 extern UCHAR ux_host_class_hid_keyboard_regular_array[]; 34 .ux_host_class_hid_keyboard_layout_regular_array = ux_host_class_hid_keyboard_regular_array,
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_keyboard_activate.c | 62 UCHAR ux_host_class_hid_keyboard_regular_array[] = variable 84 ux_host_class_hid_keyboard_regular_array,
|