Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/inc/
Dux_utility.h183 #define _ux_system_semaphore_created(sem) ((sem)->tx_semaphore_id != UX_EMPTY)
191 #define _ux_system_thread_created(t) ((t)->tx_thread_id != UX_EMPTY)
198 … _ux_system_event_flags_created(e) ((e)->tx_event_flags_group_id != UX_EMPTY)
Dux_api.h944 #ifndef UX_EMPTY
946 #define UX_EMPTY TX_EMPTY macro
948 #define UX_EMPTY (0) macro
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_activate.c458 if (keyboard_instance -> ux_host_class_hid_keyboard_semaphore.tx_semaphore_id != UX_EMPTY) in _ux_host_class_hid_keyboard_activate()