Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_entry.c186 if (keyboard -> ux_host_class_hid_keyboard_status != UX_SUCCESS) in _ux_host_class_hid_keyboard_activate_wait()
202 keyboard -> ux_host_class_hid_keyboard_status = in _ux_host_class_hid_keyboard_activate_wait()
206 if (keyboard -> ux_host_class_hid_keyboard_status == UX_SUCCESS) in _ux_host_class_hid_keyboard_activate_wait()
220 keyboard -> ux_host_class_hid_keyboard_status = status; in _ux_host_class_hid_keyboard_activate_wait()
226 if (keyboard -> ux_host_class_hid_keyboard_status != UX_SUCCESS) in _ux_host_class_hid_keyboard_activate_wait()
Dux_host_class_hid_keyboard_tasks_run.c123 keyboard -> ux_host_class_hid_keyboard_status = status; in _ux_host_class_hid_keyboard_tasks_run()
141 keyboard -> ux_host_class_hid_keyboard_status = hid -> ux_host_class_hid_status; in _ux_host_class_hid_keyboard_tasks_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_keyboard.h224 UINT ux_host_class_hid_keyboard_status; member