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

Public Member Functions

 TimerSlot ()

Public Attributes

stk_timer_t timer
bool busy

Detailed Description

Definition at line 93 of file stk_c_time.cpp.

Constructor & Destructor Documentation

◆ TimerSlot()

TimerSlot::TimerSlot ( )
inline

Definition at line 95 of file stk_c_time.cpp.

95 : timer(), busy(false)
96 {}
stk_timer_t timer

References busy, and timer.

Member Data Documentation

◆ busy

bool TimerSlot::busy

Definition at line 99 of file stk_c_time.cpp.

Referenced by TimerSlot().

◆ timer

stk_timer_t TimerSlot::timer

Definition at line 98 of file stk_c_time.cpp.

Referenced by TimerSlot().


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