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_ef_t Struct Reference
Collaboration diagram for stk_ef_t:

Public Member Functions

 stk_ef_t (uint32_t initial_flags)

Public Attributes

EventFlags handle

Detailed Description

Constructor & Destructor Documentation

◆ stk_ef_t()

stk_ef_t::stk_ef_t ( uint32_t initial_flags)
inline

Definition at line 278 of file stk_c_sync.cpp.

278 : handle(initial_flags)
279 {}
EventFlags handle

References handle.

Member Data Documentation

◆ handle

EventFlags stk_ef_t::handle

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