![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Member Functions | |
| stk_sem_t (uint32_t initial_count) | |
Public Attributes | |
| Semaphore | handle |
Definition at line 235 of file stk_c_sync.cpp.
|
inline |
Definition at line 237 of file stk_c_sync.cpp.
References handle.
| Semaphore stk_sem_t::handle |
Definition at line 240 of file stk_c_sync.cpp.
Referenced by stk_sem_signal(), stk_sem_t(), and stk_sem_wait().