Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_local_item_parse_test.c72 #if UX_HOST_CLASS_HID_USAGES == 1024
145 static UCHAR hid_report_descriptor_mem[HID_REPORT_LENGTH + _DIV200(UX_HOST_CLASS_HID_USAGES + 10) *…
148 #define HID_REPORT_LENGTH1 (HID_REPORT_LENGTH+_DIV200(UX_HOST_CLASS_HID_USAGES-1)*4+1*4+5*2)
149 #define HID_REPORT_LENGTH2 (HID_REPORT_LENGTH+_DIV200(UX_HOST_CLASS_HID_USAGES+5)*4+2*4)
165 nb_min_max0 = _DIV200(UX_HOST_CLASS_HID_USAGES-1); in hid_report_descriptor_generate()
171 nb_min_max0 = _DIV200(UX_HOST_CLASS_HID_USAGES+5); in hid_report_descriptor_generate()
188 hid_usage_min_max_add(ptr, 1, _MOD200(UX_HOST_CLASS_HID_USAGES)); in hid_report_descriptor_generate()
199 printf("N usage max: %d\n", UX_HOST_CLASS_HID_USAGES); in hid_report_descriptor_generate()
346 #if UX_HOST_CLASS_HID_USAGES != 1024 in set_hid_descriptor()
Dusbx_hid_report_descriptor_report_count_overflow_test.c18 0x96, (UCHAR)(UX_HOST_CLASS_HID_USAGES + 1), // REPORT_COUNT (UX_HOST_CLASS_HID_USAGES + 1)
/USBX-v6.2.1/common/core/inc/
Dux_user_sample.h319 #define UX_HOST_CLASS_HID_USAGES 2048 macro
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_local_item_parse.c92 …_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_HOST_CLASS_HID_USAGES) in _ux_host_class_hid_local_item_parse()
155 …_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_HOST_CLASS_HID_USAGES) in _ux_host_class_hid_local_item_parse()
Dux_host_class_hid_global_item_parse.c180 …host_class_hid_parser_global.ux_host_class_hid_global_item_report_count > UX_HOST_CLASS_HID_USAGES) in _ux_host_class_hid_global_item_parse()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h774 #ifndef UX_HOST_CLASS_HID_USAGES
775 #define UX_HOST_CLASS_HID_USAGES 1024 macro
839 ULONG ux_host_class_hid_local_item_usages[UX_HOST_CLASS_HID_USAGES];