Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_callback.c152 UCHAR *current_lock_key_states; local
180 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…