Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_parser_number_global (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_global_item_parse.c198 if (hid_parser -> ux_host_class_hid_parser_number_global >= UX_HOST_CLASS_HID_MAX_GLOBAL) in _ux_host_class_hid_global_item_parse()
211 …er -> ux_host_class_hid_parser_global_pool[hid_parser -> ux_host_class_hid_parser_number_global++], in _ux_host_class_hid_global_item_parse()
219 if(hid_parser -> ux_host_class_hid_parser_number_global == 0) in _ux_host_class_hid_global_item_parse()
232 …er -> ux_host_class_hid_parser_global_pool[--hid_parser -> ux_host_class_hid_parser_number_global], in _ux_host_class_hid_global_item_parse()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h919 ULONG ux_host_class_hid_parser_number_global; member