Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_tasks_run.c77 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class) in _ux_host_class_hid_tasks_run() argument
82 if (hid_class -> ux_host_class_status != UX_USED || in _ux_host_class_hid_tasks_run()
83 hid_class -> ux_host_class_entry_function != _ux_host_class_hid_entry) in _ux_host_class_hid_tasks_run()
87 hid = (UX_HOST_CLASS_HID *)hid_class -> ux_host_class_first_instance; in _ux_host_class_hid_tasks_run()
/USBX-v6.3.0/common/usbx_device_classes/src/
Dux_device_class_hid_interrupt_thread.c92 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class) in _ux_device_class_hid_interrupt_thread() argument
106 UX_THREAD_EXTENSION_PTR_GET(class_ptr, UX_SLAVE_CLASS, hid_class) in _ux_device_class_hid_interrupt_thread()
/USBX-v6.3.0/common/usbx_device_classes/inc/
Dux_device_class_hid.h398 VOID _ux_device_class_hid_interrupt_thread(ULONG hid_class);
419 VOID _ux_device_class_hid_receiver_thread(ULONG hid_class);
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_hid.h1100 UINT _ux_host_class_hid_tasks_run(UX_HOST_CLASS *hid_class);