Searched refs:ux_host_class_hid_keyboard_semaphore (Results 1 – 5 of 5) sorted by relevance
107 status = _ux_host_semaphore_delete(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore); in _ux_host_class_hid_keyboard_deactivate()
98 …status = _ux_host_semaphore_get(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore, UX_WA… in _ux_host_class_hid_keyboard_thread()
310 …status = _ux_host_semaphore_create(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore, "u… in _ux_host_class_hid_keyboard_activate()459 if (keyboard_instance -> ux_host_class_hid_keyboard_semaphore.tx_semaphore_id != UX_EMPTY) in _ux_host_class_hid_keyboard_activate()460 _ux_host_semaphore_delete(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore); in _ux_host_class_hid_keyboard_activate()
499 … _ux_host_semaphore_put(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore);
220 UX_SEMAPHORE ux_host_class_hid_keyboard_semaphore; member