SuperTinyKernel™ RTOS 1.06.0
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
StkMutex Struct Reference
Collaboration diagram for StkMutex:

Public Member Functions

 StkMutex (const char *n=nullptr)

Public Attributes

stk::sync::Mutex m_mutex
bool m_cb_owned

Detailed Description

Definition at line 247 of file cmsis_os2_stk.cpp.

Constructor & Destructor Documentation

◆ StkMutex()

StkMutex::StkMutex ( const char * n = nullptr)
inlineexplicit

Definition at line 249 of file cmsis_os2_stk.cpp.

References m_cb_owned, and m_mutex.

Member Data Documentation

◆ m_cb_owned

bool StkMutex::m_cb_owned

Definition at line 256 of file cmsis_os2_stk.cpp.

Referenced by StkMutex().

◆ m_mutex

stk::sync::Mutex StkMutex::m_mutex

Definition at line 255 of file cmsis_os2_stk.cpp.

Referenced by osMutexAcquire(), and StkMutex().


The documentation for this struct was generated from the following file: