MU Library
task.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: Apache-2.0
2
// Copyright 2024 XCENA Inc.
3
4
#pragma once
5
6
#include <cstdint>
7
8
namespace
mu
9
{
10
18
uint32_t
getTaskIdx
(
void
);
19
27
uint32_t
getTaskCount
(
void
);
28
}
// namespace mu
mu
Definition:
assert.hpp:9
mu::getTaskCount
uint32_t getTaskCount(void)
Get the total number of tasks.
mu::getTaskIdx
uint32_t getTaskIdx(void)
Get the current task index.
mu
include
mu
packet
task.hpp
Generated by
1.9.1