summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iom32u4.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/iom32u4.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/iom32u4.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iom32u4.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/cpukit/score/cpu/avr/avr/iom32u4.h b/cpukit/score/cpu/avr/avr/iom32u4.h
index 87f3b360ad..53d4d05ad0 100644
--- a/cpukit/score/cpu/avr/avr/iom32u4.h
+++ b/cpukit/score/cpu/avr/avr/iom32u4.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @brief Definitions for ATmega32U4
+ *
+ * This file should only be included from <avr/io.h>, never directly.
+ */
+
/* Copyright (c) 2008 Atmel Corporation
All rights reserved.
@@ -48,6 +56,13 @@
#ifndef _AVR_IOM32U4_H_
#define _AVR_IOM32U4_H_ 1
+/**
+ * @defgroup AvrDef_iom32u4 ATmega32U4 Definitions
+ *
+ * @ingroup avr
+ *
+ * @{
+ */
/* Registers and associated bit numbers */
@@ -1498,6 +1513,6 @@
#define SIGNATURE_1 0x95
#define SIGNATURE_2 0x87
-
+/** @} */
#endif /* _AVR_IOM32U4_H_ */