Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_field_value (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_global_item_test.c318 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_CONSTANT) == 0 || in tx_demo_thread_host_simulation_entry()
319 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) == 0 || in tx_demo_thread_host_simulation_entry()
320 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_RELATIVE) != 0 || in tx_demo_thread_host_simulation_entry()
321 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_WRAP) == 0 || in tx_demo_thread_host_simulation_entry()
322 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NON_LINEAR) != 0 || in tx_demo_thread_host_simulation_entry()
323 …(report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NO_PREFERRED_STATE) == 0 || in tx_demo_thread_host_simulation_entry()
324 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_NULL_STATE) != 0 || in tx_demo_thread_host_simulation_entry()
325 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VOLATILE) == 0 || in tx_demo_thread_host_simulation_entry()
326 (report_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_BUFFERED_BYTES) == 0 in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_logitech_pro_x_superlight_test.c372 …", hid_field -> ux_host_class_hid_field_report_offset, hid_field -> ux_host_class_hid_field_value); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_field_decompress.c132 if (hid_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) in _ux_host_class_hid_field_decompress()
Dux_host_class_hid_report_compress.c116 if (hid_field -> ux_host_class_hid_field_value & UX_HOST_CLASS_HID_ITEM_VARIABLE) in _ux_host_class_hid_report_compress()
Dux_host_class_hid_report_add.c237 new_hid_field -> ux_host_class_hid_field_value = hid_field_value; in _ux_host_class_hid_report_add()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h888 ULONG ux_host_class_hid_field_value; member