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

Public Member Functions

 stk_event_t (bool manual_reset)

Public Attributes

Event handle

Detailed Description

Constructor & Destructor Documentation

◆ stk_event_t()

stk_event_t::stk_event_t ( bool manual_reset)
inline

Definition at line 217 of file stk_c_sync.cpp.

217 : handle(manual_reset)
218 {}

References handle.

Member Data Documentation

◆ handle


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