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
20
namespace
stk
{
21
namespace
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_ */
stk_time_timer.h
Implementation of stk::time::TimerHost, a software timer multiplexer that manages multiple stk::time:...
stk_time_util.h
Time-related utilities: stk::time::PeriodicTrigger.
stk
Namespace of STK package.
Definition
stk_arch_arm-cortex-m.h:19
stk::time
Time-related primitives.
stk
include
time
stk_time.h
Generated by
1.15.0