Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_remote_control_callback.c82 ULONG *array_head_next; in _ux_host_class_hid_remote_control_callback() local
102 array_head_next = array_head + 2; in _ux_host_class_hid_remote_control_callback()
106 if (array_head_next == array_end) in _ux_host_class_hid_remote_control_callback()
107 array_head_next = array_start; in _ux_host_class_hid_remote_control_callback()
110 if (array_head_next != array_tail) in _ux_host_class_hid_remote_control_callback()
118 … remote_control_instance -> ux_host_class_hid_remote_control_usage_array_head = array_head_next; in _ux_host_class_hid_remote_control_callback()