Searched refs:current_lock_key_states (Results 1 – 1 of 1) sorted by relevance
152 UCHAR *current_lock_key_states; local180 current_lock_key_states = &keyboard_instance -> ux_host_class_hid_keyboard_key_state[3];181 _ux_utility_memory_set(current_lock_key_states, 0, 3); /* Use case of memset is verified. */474 current_lock_key_states[key_state] = (UCHAR)key_value;574 …_ux_utility_memory_copy(previous_lock_key_states, current_lock_key_states, 3); /* Use case of memc…