| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_remote_control_usage_get.c | 75 …ol_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *usage, ULONG *value) in _ux_host_class_hid_remote_control_usage_get() argument 111 *usage = *array_tail; in _ux_host_class_hid_remote_control_usage_get() 169 ULONG *usage, ULONG *value) in _uxe_host_class_hid_remote_control_usage_get() argument 174 (usage == UX_NULL) || (value == UX_NULL) || in _uxe_host_class_hid_remote_control_usage_get() 175 (usage == value)) in _uxe_host_class_hid_remote_control_usage_get() 179 return(_ux_host_class_hid_remote_control_usage_get(remote_control_instance, usage, value)); in _uxe_host_class_hid_remote_control_usage_get()
|
| D | ux_host_class_hid_local_item_parse.c | 77 ULONG usage; in _ux_host_class_hid_local_item_parse() local 105 usage = _ux_host_class_hid_item_data_get(descriptor, item); in _ux_host_class_hid_local_item_parse() 108 …usage |= (hid_parser -> ux_host_class_hid_parser_global.ux_host_class_hid_global_item_usage_page <… in _ux_host_class_hid_local_item_parse() 111 …s[hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage] = usage; in _ux_host_class_hid_local_item_parse() 169 …usage = usage_min | (hid_parser -> ux_host_class_hid_parser_global.ux_host_class_hid_global_item_… in _ux_host_class_hid_local_item_parse() 172 …s[hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage] = usage; in _ux_host_class_hid_local_item_parse()
|
| D | ux_host_class_hid_keyboard_callback.c | 116 #define GET_ALTERNATE_KEY_BITS_IDX(usage) ((usage) - UX_HID_MODIFIER_KEY_LEFT_CONTROL + ALTER… argument
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_class_hid_remote_control_basic_test.c | 396 ULONG *usage, ULONG *value) in _wait_remote_control_usage() argument 406 status = ux_host_class_hid_remote_control_usage_get(remote_control, usage, value); in _wait_remote_control_usage() 417 ULONG usage; in test_hid_remote_control_events() local 426 status = _wait_remote_control_usage(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 428 UX_ASSERT(usage == (0x90000+10)); in test_hid_remote_control_events() 430 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 432 UX_ASSERT(usage == 0xc0086); in test_hid_remote_control_events() 434 status = ux_host_class_hid_remote_control_usage_get(hid_remote_control, &usage, &value); in test_hid_remote_control_events() 436 UX_ASSERT(usage == 0xc00e0); in test_hid_remote_control_events() 441 status = _wait_remote_control_usage(hid_remote_control, &usage, &value); in test_hid_remote_control_events() [all …]
|
| D | usbx_hid_remote_control_tests.c | 443 ULONG usage; in basic_test() local 469 …while (ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value) != U… in basic_test() 472 if (usage != (0x00090000 | expected_keypad_value) || value != expected_keypad_value) in basic_test() 476 … __LINE__, usage, 0x00090000 | expected_keypad_value, value, expected_keypad_value); in basic_test() 484 ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value); in basic_test() 485 if (usage != 0x000c0086 || value != expected_channel_value) in basic_test() 495 ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value); in basic_test() 496 if (usage != 0x000c00e0 || value != expected_volume_value) in basic_test() 585 ULONG usage; in host_event_buffer_test() local 612 …CK_SUCCESS(ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value)); in host_event_buffer_test() [all …]
|
| D | usbx_ux_host_class_hid_remote_control_usage_get_test.c | 286 ULONG usage; in tx_demo_thread_host_simulation_entry() local 305 status = _ux_host_class_hid_remote_control_usage_get(&fake_remote_control, &usage, &value); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_local_item_parse_test.c | 132 static inline void hid_usage_add(UCHAR *ptr, UCHAR usage) in hid_usage_add() argument 135 ptr[1] = usage; in hid_usage_add()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid_remote_control.h | 112 …l_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *usage, ULONG *value); 114 …l_usage_get(UX_HOST_CLASS_HID_REMOTE_CONTROL *remote_control_instance, ULONG *usage, ULONG *value);
|
| /USBX-v6.2.1/ |
| D | README.md | 115 …While the typical usage pattern is to include USBX into your device code source tree to be built &…
|
| /USBX-v6.2.1/docs/ |
| D | revision_history.txt | 323 ux_dcd_rx_buffer_write.c Modified usage of BEMP interrupt. 704 Optimized USB host class HID usage array memory use:
|