Searched refs:idle_time (Results 1 – 4 of 4) sorted by relevance
/USBX-v6.2.1/common/usbx_host_classes/src/ |
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 197 *idle_time = (USHORT) *idle_byte; in _ux_host_class_hid_idle_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); 1089 UINT _ux_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id);
|