Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_deactivate.c107 status = _ux_host_semaphore_delete(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore); in _ux_host_class_hid_keyboard_deactivate()
Dux_host_class_hid_keyboard_thread.c98 …status = _ux_host_semaphore_get(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore, UX_WA… in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_keyboard_activate.c310 …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()
Dux_host_class_hid_keyboard_callback.c499 … _ux_host_semaphore_put(&keyboard_instance -> ux_host_class_hid_keyboard_semaphore);
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid_keyboard.h220 UX_SEMAPHORE ux_host_class_hid_keyboard_semaphore; member