![]() |
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 | |
| StkMemPool (uint32_t cap, uint32_t raw_block_size, const char *name, uint8_t *ext_storage) | |
| StkMemPool (uint32_t cap, uint32_t raw_block_size, const char *name) | |
Public Attributes | |
| stk::memory::BlockMemoryPool | m_mpool |
| bool | m_cb_owned |
Definition at line 345 of file cmsis_os2_stk.cpp.
|
inlineexplicit |
Definition at line 349 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_mpool.
|
inlineexplicit |
Definition at line 360 of file cmsis_os2_stk.cpp.
References m_cb_owned, and m_mpool.
| bool StkMemPool::m_cb_owned |
Definition at line 369 of file cmsis_os2_stk.cpp.
Referenced by StkMemPool(), and StkMemPool().
| stk::memory::BlockMemoryPool StkMemPool::m_mpool |
Definition at line 368 of file cmsis_os2_stk.cpp.
Referenced by osMemoryPoolGetBlockSize(), osMemoryPoolNew(), StkMemPool(), and StkMemPool().