[rtems commit] doxygen: score: adjust doc in timecounterimpl.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:28 UTC 2019
Module: rtems
Branch: master
Commit: 3e980496dccb3a259151c4c33a7a15136c9d4df4
Changeset: http://git.rtems.org/rtems/commit/?id=3e980496dccb3a259151c4c33a7a15136c9d4df4
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Wed Apr 17 17:42:41 2019 +0200
doxygen: score: adjust doc in timecounterimpl.h to doxygen guidelines
Update #3706.
---
cpukit/include/rtems/score/timecounterimpl.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cpukit/include/rtems/score/timecounterimpl.h b/cpukit/include/rtems/score/timecounterimpl.h
index ac09d9b..f6522b2 100644
--- a/cpukit/include/rtems/score/timecounterimpl.h
+++ b/cpukit/include/rtems/score/timecounterimpl.h
@@ -36,6 +36,12 @@ extern "C" {
* @{
*/
+/**
+ * @brief Sets the timecounter clock to the given value.
+ *
+ * @param bt The value to set the clock to.
+ * @param lock_context The interrupt lock context.
+ */
void _Timecounter_Set_clock(
const struct bintime *bt,
ISR_lock_Context *lock_context
More information about the vc
mailing list