tutrcos
読み取り中…
検索中…
一致する文字列を見つけられません
include
tutrcos
core
kernel.hpp
[詳解]
1
#pragma once
2
3
#include <cstdint>
4
5
#include "cmsis_os2.h"
6
7
namespace
tutrcos
{
8
namespace
core {
9
10
class
Kernel
{
11
public
:
12
static
constexpr
uint32_t
MAX_DELAY
= osWaitForever;
13
14
static
inline
uint32_t
get_ticks
() {
return
osKernelGetTickCount(); }
15
};
16
17
}
// namespace core
18
}
// namespace tutrcos
tutrcos::core::Kernel
Definition
kernel.hpp:10
tutrcos::core::Kernel::MAX_DELAY
static constexpr uint32_t MAX_DELAY
Definition
kernel.hpp:12
tutrcos::core::Kernel::get_ticks
static uint32_t get_ticks()
Definition
kernel.hpp:14
tutrcos
Definition
kernel.hpp:7
構築:
1.12.0