![]() |
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 | |
| StkEventFlags (const char *n=nullptr) | |
Public Attributes | |
| stk::sync::EventFlags | m_ef |
| bool | m_cb_owned |
Definition at line 284 of file cmsis_os2_stk.cpp.
|
inlineexplicit |
Definition at line 286 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_ef.
| bool StkEventFlags::m_cb_owned |
Definition at line 293 of file cmsis_os2_stk.cpp.
Referenced by StkEventFlags().
| stk::sync::EventFlags StkEventFlags::m_ef |
Definition at line 292 of file cmsis_os2_stk.cpp.
Referenced by StkEventFlags().