Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_function (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_tasks_run.c106 if (client && client -> ux_host_class_hid_client_function) in _ux_host_class_hid_inst_tasks_run()
108 client -> ux_host_class_hid_client_function(client); in _ux_host_class_hid_inst_tasks_run()
Dux_host_class_hid_keyboard_activate.c203 hid_client -> ux_host_class_hid_client_function = _ux_host_class_hid_keyboard_tasks_run; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1049 VOID (*ux_host_class_hid_client_function)(struct UX_HOST_CLASS_HID_CLIENT_STRUCT *); member