summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/timecounter.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-17 17:40:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:05 +0200
commit843879d0fc4592793ea4cf044c06664ba56b4e53 (patch)
tree2be6530f9629f391b9904572702b608a6685ecb3 /cpukit/include/rtems/score/timecounter.h
parentdoxygen: score: adjust doc in threadqimpl.h to doxygen guidelines (diff)
downloadrtems-843879d0fc4592793ea4cf044c06664ba56b4e53.tar.bz2
doxygen: score: adjust doc in timecounter.h to doxygen guidelines
Update #3706.
Diffstat (limited to 'cpukit/include/rtems/score/timecounter.h')
-rw-r--r--cpukit/include/rtems/score/timecounter.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/cpukit/include/rtems/score/timecounter.h b/cpukit/include/rtems/score/timecounter.h
index a719ab0fa8..78f5dfa53b 100644
--- a/cpukit/include/rtems/score/timecounter.h
+++ b/cpukit/include/rtems/score/timecounter.h
@@ -38,6 +38,8 @@ extern "C" {
*
* @ingroup RTEMSScore
*
+ * @brief Timecounter Handler.
+ *
* @{
*/
@@ -175,7 +177,7 @@ void _Timecounter_Getboottimebin( struct bintime *bt );
* tc_get_timecount, tc_counter_mask, tc_frequency and tc_quality. All other
* fields must be zero initialized.
*
- * @param[in] tc The timecounter.
+ * @param tc The timecounter.
*/
void _Timecounter_Install( struct timecounter *tc );
@@ -192,7 +194,7 @@ ISR_LOCK_DECLARE( extern, _Timecounter_Lock )
/**
* @brief Acquires the timecounter lock.
*
- * @param[in] lock_context The lock context.
+ * @param lock_context The lock context.
*
* See _Timecounter_Tick_simple().
*/
@@ -205,10 +207,10 @@ ISR_LOCK_DECLARE( extern, _Timecounter_Lock )
* This is a special purpose tick function for simple timecounter to support
* legacy clock drivers.
*
- * @param[in] delta The time in timecounter ticks elapsed since the last call
+ * @param delta The time in timecounter ticks elapsed since the last call
* to _Timecounter_Tick_simple().
- * @param[in] offset The current value of the timecounter.
- * @param[in] lock_context The lock context of the corresponding
+ * @param offset The current value of the timecounter.
+ * @param] lock_context The lock context of the corresponding
* _Timecounter_Acquire().
*/
void _Timecounter_Tick_simple(