Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_ioctl.c99 keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable = UX_TRUE; in _ux_host_class_hid_keyboard_ioctl()
106 keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable = UX_FALSE; in _ux_host_class_hid_keyboard_ioctl()
Dux_host_class_hid_keyboard_activate.c359 keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable = UX_FALSE; in _ux_host_class_hid_keyboard_activate()
412 keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable = UX_FALSE; in _ux_host_class_hid_keyboard_activate()
Dux_host_class_hid_keyboard_callback.c354 if (keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable == UX_TRUE)
462 if (keyboard_instance -> ux_host_class_hid_keyboard_keys_decode_disable == UX_TRUE)
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_keyboard.h236 ULONG ux_host_class_hid_keyboard_keys_decode_disable; member