![]() |
SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Member Functions | |
| StkMutex (const char *n=nullptr) | |
Public Attributes | |
| stk::sync::Mutex | m_mutex |
| bool | m_cb_owned |
Definition at line 247 of file cmsis_os2_stk.cpp.
|
inlineexplicit |
Definition at line 249 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_mutex.
| bool StkMutex::m_cb_owned |
Definition at line 256 of file cmsis_os2_stk.cpp.
Referenced by StkMutex().
| stk::sync::Mutex StkMutex::m_mutex |
Definition at line 255 of file cmsis_os2_stk.cpp.
Referenced by osMutexAcquire(), and StkMutex().