summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-17 17:42:41 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:05 +0200
commit3e980496dccb3a259151c4c33a7a15136c9d4df4 (patch)
treed655eab2e91708918b6f2c9b1de9f24e3a03c140
parentdoxygen: score: adjust doc in timecounter.h to doxygen guidelines (diff)
downloadrtems-3e980496dccb3a259151c4c33a7a15136c9d4df4.tar.bz2
doxygen: score: adjust doc in timecounterimpl.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/timecounterimpl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/timecounterimpl.h b/cpukit/include/rtems/score/timecounterimpl.h
index ac09d9b1a6..f6522b2de0 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