Home
last modified time | relevance | path

Searched refs:key (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_request_sense.c102 UCHAR key, code, qualifier; in _ux_device_class_storage_request_sense() local
131 key = UX_DEVICE_CLASS_STORAGE_SENSE_KEY(storage -> ux_slave_class_storage_lun[lun]. in _ux_device_class_storage_request_sense()
139 sense_buffer[UX_SLAVE_CLASS_STORAGE_REQUEST_SENSE_RESPONSE_SENSE_KEY] = key; in _ux_device_class_storage_request_sense()
149 key, code, UX_TRACE_DEVICE_CLASS_EVENTS, 0, 0) in _ux_device_class_storage_request_sense()
/USBX-v6.2.1/test/regression/
Dusbx_hid_keyboard_key_get_test.c388 ULONG key, state; in tx_demo_thread_host_simulation_entry() local
421 if(ux_host_class_hid_keyboard_key_get(keyboard, &key, &state) != UX_HOST_CLASS_INSTANCE_UNKNOWN) in tx_demo_thread_host_simulation_entry()
487 UCHAR key; in tx_demo_thread_slave_simulation_entry() local
493 key = 0x04; in tx_demo_thread_slave_simulation_entry()
530 hid_event.ux_device_class_hid_event_buffer[2] = key; in tx_demo_thread_slave_simulation_entry()
545 if (key != (0x04 + 26)) in tx_demo_thread_slave_simulation_entry()
548 key++; in tx_demo_thread_slave_simulation_entry()
553 key = 0x04; in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_transfer_request_completed_test.c407 UCHAR key; in tx_demo_thread_slave_simulation_entry() local
413 key = 0x04; in tx_demo_thread_slave_simulation_entry()
450 hid_event.ux_device_class_hid_event_buffer[2] = key; in tx_demo_thread_slave_simulation_entry()
465 if (key != (0x04 + 26)) in tx_demo_thread_slave_simulation_entry()
468 key++; in tx_demo_thread_slave_simulation_entry()
473 key = 0x04; in tx_demo_thread_slave_simulation_entry()
Dusbx_hid_keyboard_basic_test.c495 UCHAR key; in tx_demo_thread_slave_simulation_entry() local
501 key = 0x04; in tx_demo_thread_slave_simulation_entry()
554 hid_event.ux_device_class_hid_event_buffer[2] = key; in tx_demo_thread_slave_simulation_entry()
569 if (key != (0x04 + 26)) in tx_demo_thread_slave_simulation_entry()
572 key++; in tx_demo_thread_slave_simulation_entry()
577 key = 0x04; in tx_demo_thread_slave_simulation_entry()
Dusbx_ux_host_class_hid_keyboard_callback_test2.c356 UCHAR key; in tx_demo_thread_slave_simulation_entry() local
362 key = 0x04; in tx_demo_thread_slave_simulation_entry()
/USBX-v6.2.1/scripts/
Dinstall.sh18 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add -
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h517 #define UX_DEVICE_CLASS_STORAGE_SENSE_STATUS(key,code,qualifier) (((key) & 0xFF)|(((code) & … argument
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h403 #define UX_HOST_CLASS_STORAGE_SENSE_STATUS(key,ascode,ascqualifier) (((key) << 16) | ((ascode) … argument
/USBX-v6.2.1/
DREADME.md5 Here are the key features and modules of USBX:
/USBX-v6.2.1/docs/
Drevision_history.txt35 added symbols for new HID key mode,
242 …hid_keyboard_callback.c Fixed an error in scanning table between unicode and key mapping,
246 … added new mode to queue key changes only,
247 … added error trap on key event queue full.