![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Public Types | |
| enum | EId : uint8_t { CMD_SHUTDOWN = 0 , CMD_START , CMD_STOP , CMD_RESET , CMD_RESTART , CMD_START_OR_RESET , CMD_SET_PERIOD } |
Public Attributes | |
| EId | cmd |
| command id | |
| Timer * | timer |
| timer instance | |
| Ticks | timestamp |
| hw tick count captured at call site | |
| uint32_t | delay |
| initial delay ticks (CMD_START / CMD_RESTART / CMD_START_OR_RESET) | |
| uint32_t | period |
| reload period ticks (CMD_START / CMD_RESTART / CMD_START_OR_RESET / CMD_SET_PERIOD) | |
Definition at line 326 of file stk_time_timer.h.
| enum stk::time::TimerHost::TimerCommand::EId : uint8_t |
Definition at line 328 of file stk_time_timer.h.
| EId stk::time::TimerHost::TimerCommand::cmd |
command id
Definition at line 339 of file stk_time_timer.h.
Referenced by stk::time::TimerHost::ProcessCommands().
| uint32_t stk::time::TimerHost::TimerCommand::delay |
initial delay ticks (CMD_START / CMD_RESTART / CMD_START_OR_RESET)
Definition at line 342 of file stk_time_timer.h.
Referenced by stk::time::TimerHost::ProcessCommands().
| uint32_t stk::time::TimerHost::TimerCommand::period |
reload period ticks (CMD_START / CMD_RESTART / CMD_START_OR_RESET / CMD_SET_PERIOD)
Definition at line 343 of file stk_time_timer.h.
Referenced by stk::time::TimerHost::ProcessCommands().
| Timer* stk::time::TimerHost::TimerCommand::timer |
timer instance
Definition at line 340 of file stk_time_timer.h.
Referenced by stk::time::TimerHost::ProcessCommands().
| Ticks stk::time::TimerHost::TimerCommand::timestamp |
hw tick count captured at call site
Definition at line 341 of file stk_time_timer.h.
Referenced by stk::time::TimerHost::ProcessCommands().