Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/
Drtx_lib.h50 #define os_semaphore_t osRtxSemaphore_t macro
80 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreId (osSemaphoreId_t semaphore_id) { in osRtxSemaphoreId()
82 return ((os_semaphore_t *)semaphore_id); in osRtxSemaphoreId()
122 __STATIC_INLINE os_semaphore_t *osRtxSemaphoreObject (os_object_t *object) { in osRtxSemaphoreObject()
124 return ((os_semaphore_t *)object); in osRtxSemaphoreObject()