Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_HID_REPORT_RAW (Results 1 – 7 of 7) 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_transfer_request_completed.c173 if (hid_report -> ux_host_class_hid_report_callback_flags & UX_HOST_CLASS_HID_REPORT_RAW) in _ux_host_class_hid_transfer_request_completed()
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.h94 #define UX_HOST_CLASS_HID_REPORT_RAW 1 macro