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_time.h
Go to the documentation of this file.
1/*
2 * SuperTinyKernel™ (STK): Lightweight High-Performance Deterministic C++ RTOS for Embedded Systems.
3 *
4 * Source: https://github.com/SuperTinyKernel-RTOS
5 *
6 * Copyright (c) 2022-2026 Neutron Code Limited <stk@neutroncode.com>. All Rights Reserved.
7 * License: MIT License, see LICENSE for a full text.
8 */
9
10#ifndef STK_TIME_H_
11#define STK_TIME_H_
12
16
20namespace stk {
21namespace time {
22} // namespace time
23} // namespace stk
24
25#include "stk_time_timer.h"
26#include "stk_time_util.h"
27
28#endif /* STK_TIME_H_ */
Implementation of stk::time::TimerHost, a software timer multiplexer that manages multiple stk::time:...
Time-related utilities: stk::time::PeriodicTrigger.
Namespace of STK package.
Time-related primitives.