summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/clock/ckinit.c
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2023-07-25 10:13:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-26 07:18:29 +0200
commit3e1521eea111a2a8126856c2522bcfdfc0e93b32 (patch)
treea18bf41271f9bcd3480454a894727bc4aa6a73aa /bsps/sparc/leon3/clock/ckinit.c
parentrtems: Add files to Doxygen groups (diff)
downloadrtems-3e1521eea111a2a8126856c2522bcfdfc0e93b32.tar.bz2
bsps/sparc: Add files to Doxygen groups
Update #3707.
Diffstat (limited to '')
-rw-r--r--bsps/sparc/leon3/clock/ckinit.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/bsps/sparc/leon3/clock/ckinit.c b/bsps/sparc/leon3/clock/ckinit.c
index 60ef5d3ab6..c335652a56 100644
--- a/bsps/sparc/leon3/clock/ckinit.c
+++ b/bsps/sparc/leon3/clock/ckinit.c
@@ -1,13 +1,14 @@
/* SPDX-License-Identifier: BSD-2-Clause */
-/*
- * Clock Tick Device Driver
- *
- * This routine initializes LEON timer 1 which used for the clock tick.
+/**
+ * @file
*
- * The tick frequency is directly programmed to the configured number of
- * microseconds per tick.
+ * @ingroup RTEMSBSPsSPARCLEON3
*
+ * @brief This source file contains the Clock Driver implementation.
+ */
+
+/*
* COPYRIGHT (c) 1989-2006.
* On-Line Applications Research Corporation (OAR).
*