summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iousb647.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-10 08:50:26 -0500
committerGedare Bloom <gedare@rtems.org>2013-01-10 08:50:26 -0500
commit1105020796a56fbe0e79bb9d879ee33b8638bed7 (patch)
tree6a075d95afed09b5b1b6f8d0045b6d937ba4e471 /cpukit/score/cpu/avr/avr/iousb647.h
parentrtems: Avoid NULL pointer access (diff)
downloadrtems-1105020796a56fbe0e79bb9d879ee33b8638bed7.tar.bz2
score: Doxygen Clean Up Task #12
http://www.google-melange.com/gci/task/view/google/gci2012/8110207
Diffstat (limited to 'cpukit/score/cpu/avr/avr/iousb647.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iousb647.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/avr/iousb647.h b/cpukit/score/cpu/avr/avr/iousb647.h
index 3b93048149..b4e05a9d0a 100644
--- a/cpukit/score/cpu/avr/avr/iousb647.h
+++ b/cpukit/score/cpu/avr/avr/iousb647.h
@@ -1,3 +1,9 @@
+/**
+ * @file
+ *
+ * @brief Definitions for AT90USB647
+ */
+
/* Copyright (c) 2006 Anatoly Sokolov
All rights reserved.
@@ -36,6 +42,14 @@
#include <avr/iousbxx6_7.h>
+/**
+ * @defgroup AvrDef_iousb647 AT90USB647 Definitions
+ *
+ * @ingroup avr
+ *
+ * @{
+ */
+
/* Constants */
#define SPM_PAGESIZE 256
#define RAMEND 0x10FF
@@ -89,5 +103,6 @@
#define SIGNATURE_1 0x96
#define SIGNATURE_2 0x82
+/** @} */
#endif /* _AVR_AT90USB647_H_ */