Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_pictbridge/src/
Dux_pictbridge_dpshost_start.c208 if (_ux_system_semaphore_created(&pictbridge -> ux_pictbridge_notification_semaphore)) in _ux_pictbridge_dpshost_start()
Dux_pictbridge_dpsclient_start.c381 if (_ux_system_semaphore_created(&pictbridge -> ux_pictbridge_notification_semaphore)) in _ux_pictbridge_dpsclient_start()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h183 #define _ux_system_semaphore_created(sem) ((sem)->tx_semaphore_id != UX_EMPTY) macro
206 #define _ux_system_semaphore_created(sem) (UX_FALSE) macro