summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-24 04:14:15 -0600
committerGedare Bloom <gedare@rtems.org>2013-12-24 09:50:09 -0500
commit0c09ccf3d50ab8df241b2e8f74817b6abc9c26ff (patch)
tree4eb2ea45dbeae005575e20da4a3d0ebe8a27a412 /c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
parentcpukit/capture: Print the uptime and diff in ctrace. (diff)
downloadrtems-0c09ccf3d50ab8df241b2e8f74817b6abc9c26ff.tar.bz2
bfin_TLL6527: added new doxygen
Diffstat (limited to 'c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h')
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h b/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
index 33dd91f820..449bd08622 100644
--- a/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
+++ b/c/src/lib/libbsp/bfin/TLL6527M/include/tm27.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ * @ingroup tll6527m_tm27
+ * @brief Interrupt mechanisms for tm27 test.
+ */
+
/*
* tm27.h
*
@@ -15,6 +21,13 @@
#ifndef __tm27_h
#define __tm27_h
+/**
+ * @defgroup tll6527m_tm27 TM27 Test Support
+ * @ingroup bfin_tll6527m
+ * @brief Interrupt Mechanisms for TM27
+ * @{
+ */
+
/*
* Define the interrupt mechanism for Time Test 27
*/
@@ -32,4 +45,6 @@
#define Lower_tm27_intr() /* empty */
+/** @} */
+
#endif