Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_parser_local (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_local_item_parse.c93 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_H… in _ux_host_class_hid_local_item_parse()
112 …hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usages[hid_parser -> ux_… in _ux_host_class_hid_local_item_parse()
115 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage++; in _ux_host_class_hid_local_item_parse()
123 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_min = in _ux_host_class_hid_local_item_parse()
132 hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_max = in _ux_host_class_hid_local_item_parse()
136 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usage_max < hid_pars… in _ux_host_class_hid_local_item_parse()
149 …usage_min = (ULONG)(hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usa… in _ux_host_class_hid_local_item_parse()
150 …usage_max = (ULONG)(hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usa… in _ux_host_class_hid_local_item_parse()
156 …if (hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_number_usage == UX_H… in _ux_host_class_hid_local_item_parse()
173 …hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_usages[hid_parser -> ux_… in _ux_host_class_hid_local_item_parse()
[all …]
Dux_host_class_hid_main_item_parse.c110 …rser -> ux_host_class_hid_parser_main_usage = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_main_item_parse()
182 …_ux_utility_memory_set(&hid_parser -> ux_host_class_hid_parser_local, 0, sizeof(UX_HOST_CLASS_HID_… in _ux_host_class_hid_main_item_parse()
Dux_host_class_hid_report_add.c202 …hid_field_count = hid_parser -> ux_host_class_hid_parser_local.ux_host_class_hid_local_item_numbe… in _ux_host_class_hid_report_add()
240 …_field -> ux_host_class_hid_field_usage_min = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
241 …_field -> ux_host_class_hid_field_usage_max = hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
289 …w_hid_field -> ux_host_class_hid_field_usages, hid_parser -> ux_host_class_hid_parser_local.ux_hos… in _ux_host_class_hid_report_add()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h921 ux_host_class_hid_parser_local; member