Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_thread.c126 client_report.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_RAW; in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_keyboard_tasks_run.c131 client_report.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_RAW; in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_report_get.c219 if (client_report -> ux_host_class_hid_client_report_flags & UX_HOST_CLASS_HID_REPORT_RAW) in _ux_host_class_hid_report_get()
Dux_host_class_hid_report_set.c85 if (client_report -> ux_host_class_hid_client_report_flags & UX_HOST_CLASS_HID_REPORT_RAW) in ux_host_class_hid_report_set_buffer_allocate()
Dux_host_class_hid_keyboard_activate.c385 client_report.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_RAW; in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1031 UINT ux_host_class_hid_client_report_flags; member