Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_tasks_run.c76 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class) in _ux_host_class_hid_tasks_run() argument
81 if (hid_class -> ux_host_class_status != UX_USED || in _ux_host_class_hid_tasks_run()
82 hid_class -> ux_host_class_entry_function != _ux_host_class_hid_entry) in _ux_host_class_hid_tasks_run()
86 hid = (UX_HOST_CLASS_HID *)hid_class -> ux_host_class_first_instance; in _ux_host_class_hid_tasks_run()
/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_hid_interrupt_thread.c91 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class) in _ux_device_class_hid_interrupt_thread() argument
105 UX_THREAD_EXTENSION_PTR_GET(class_ptr, UX_SLAVE_CLASS, hid_class) in _ux_device_class_hid_interrupt_thread()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_descriptor_send_test.c262 UX_SLAVE_CLASS_HID *hid_class; in set_hid_descriptor() local
272 hid_class = (UX_SLAVE_CLASS_HID*)class->ux_slave_class_instance; in set_hid_descriptor()
274 hid_class->ux_device_class_hid_report_address = descriptor; in set_hid_descriptor()
275 hid_class->ux_device_class_hid_report_length = length; in set_hid_descriptor()
Dusbx_ux_host_class_hid_local_item_parse_test.c331 UX_SLAVE_CLASS_HID *hid_class; in set_hid_descriptor() local
341 hid_class = (UX_SLAVE_CLASS_HID*)class->ux_slave_class_instance; in set_hid_descriptor()
343 hid_class->ux_device_class_hid_report_address = descriptor; in set_hid_descriptor()
344 hid_class->ux_device_class_hid_report_length = length; in set_hid_descriptor()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_hid.h397 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class);
418 VOID _ux_device_class_hid_receiver_thread(ULONG hid_class);
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1099 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class);