summaryrefslogtreecommitdiff
path: root/cpukit/sapi/src/cpucounterconverter.c
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-31 11:30:04 +0200
commite044942067b8ce0e7d26c765b7173eca7751e143 (patch)
tree4714f938cb6b26fa5193507db4bd9a3e0a332275 /cpukit/sapi/src/cpucounterconverter.c
parentda337430c4950b2384009ef9d11102b5f2992548 (diff)
Doxygen: Adding Doxygen groups to files
Diffstat (limited to 'cpukit/sapi/src/cpucounterconverter.c')
-rw-r--r--cpukit/sapi/src/cpucounterconverter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/sapi/src/cpucounterconverter.c b/cpukit/sapi/src/cpucounterconverter.c
index 01499904f9..f83b57b433 100644
--- a/cpukit/sapi/src/cpucounterconverter.c
+++ b/cpukit/sapi/src/cpucounterconverter.c
@@ -1,5 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSAPICounter
+ *
+ * @brief This source file contains a definition of
+ * the Free-Running Counter and Busy Wait Delay API.
+ */
+
/*
* Copyright (c) 2014, 2018 embedded brains GmbH. All rights reserved.
*