/USBX-v6.2.1/common/usbx_host_classes/src/ |
D | ux_host_class_hid_keyboard_thread.c | 86 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_thread() local 114 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_thread() 115 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_thread() 116 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_thread() 123 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_thread()
|
D | ux_host_class_hid_report_id_get.c | 83 …ux_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *report_id) in _ux_host_class_hid_report_id_get() argument 109 if (report_id -> ux_host_class_hid_report_get_report == UX_NULL) in _ux_host_class_hid_report_id_get() 113 switch (report_id -> ux_host_class_hid_report_get_type) in _ux_host_class_hid_report_id_get() 151 …next_hid_report = report_id -> ux_host_class_hid_report_get_report -> ux_host_class_hid_report_ne… in _ux_host_class_hid_report_id_get() 159 … report_id -> ux_host_class_hid_report_get_id = next_hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_report_id_get() 162 report_id -> ux_host_class_hid_report_get_report = next_hid_report; in _ux_host_class_hid_report_id_get()
|
D | ux_host_class_hid_mouse_activate.c | 92 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_mouse_activate() local 129 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate() 130 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_mouse_activate() 131 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_mouse_activate() 138 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate() 155 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate() 156 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_mouse_activate() 157 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_mouse_activate() 164 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate()
|
D | ux_host_class_hid_keyboard_tasks_run.c | 86 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_tasks_run() local 118 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_tasks_run() 119 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_tasks_run() 120 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_tasks_run() 126 … keyboard -> ux_host_class_hid_keyboard_out_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_tasks_run()
|
D | ux_host_class_hid_keyboard_activate.c | 163 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_activate() local 232 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate() 233 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_keyboard_activate() 234 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_activate() 242 …keyboard_instance -> ux_host_class_hid_keyboard_id = (USHORT)(report_id.ux_host_class_hid_report_g… in _ux_host_class_hid_keyboard_activate() 253 field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_keyboard_activate() 373 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate() 374 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_activate() 375 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_activate() 382 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_activate()
|
D | ux_host_class_hid_idle_set.c | 82 UINT _ux_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set() argument 88 status = _ux_host_class_hid_idle_set_run(hid, idle_time, report_id); in _ux_host_class_hid_idle_set() 139 … transfer_request -> ux_transfer_request_value = (UINT)((idle_time << 8) | report_id); in _ux_host_class_hid_idle_set()
|
D | ux_host_class_hid_idle_set_run.c | 76 UINT _ux_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set_run() argument 160 transfer_request -> ux_transfer_request_value = (UINT)((idle_time << 8) | report_id); in _ux_host_class_hid_idle_set_run()
|
D | ux_host_class_hid_idle_get.c | 82 UINT _ux_host_class_hid_idle_get(UX_HOST_CLASS_HID *hid, USHORT *idle_time, USHORT report_id) in _ux_host_class_hid_idle_get() argument 181 transfer_request -> ux_transfer_request_value = report_id; in _ux_host_class_hid_idle_get()
|
/USBX-v6.2.1/common/usbx_device_classes/src/ |
D | ux_device_class_hid_report_get.c | 87 UCHAR report_id; in _ux_device_class_hid_report_get() local 110 report_id = *(transfer_request -> ux_slave_transfer_request_setup + UX_SETUP_VALUE + 0); in _ux_device_class_hid_report_get() 120 hid_event.ux_device_class_hid_event_report_id = report_id; in _ux_device_class_hid_report_get()
|
/USBX-v6.2.1/common/usbx_host_classes/inc/ |
D | ux_host_class_hid.h | 1065 UINT _ux_host_class_hid_idle_get(UX_HOST_CLASS_HID *hid, USHORT *idle_time, USHORT report_id); 1066 UINT _ux_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id); 1082 …x_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *report_id); 1089 UINT _ux_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id);
|