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

Public Member Functions

 stk_sem_t (uint32_t initial_count)

Public Attributes

Semaphore handle

Detailed Description

Constructor & Destructor Documentation

◆ stk_sem_t()

stk_sem_t::stk_sem_t ( uint32_t initial_count)
inline

Definition at line 237 of file stk_c_sync.cpp.

237 : handle(initial_count)
238 {}
Semaphore handle

References handle.

Member Data Documentation

◆ 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().


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