Home
last modified time | relevance | path

Searched defs:osRtxMutex_s (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Include/
Drtx_os.h181 typedef struct osRtxMutex_s { struct
189 struct osRtxMutex_s *owner_prev; ///< Pointer to previous owned Mutex argument
190 struct osRtxMutex_s *owner_next; ///< Pointer to next owned Mutex argument
191 uint8_t lock; ///< Lock counter
192 uint8_t padding[3];