summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iom64c1.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-10 08:50:33 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-10 08:50:33 -0600
commited70eaea0b33f5437ac88856f460568d7905027d (patch)
tree3250673e1253709f5afc9e678bca0c3ce1937bd0 /cpukit/score/cpu/avr/avr/iom64c1.h
parentscore: Doxygen Clean Up Task #12 (diff)
downloadrtems-ed70eaea0b33f5437ac88856f460568d7905027d.tar.bz2
score: Doxygen Clean Up Task #14
Diffstat (limited to 'cpukit/score/cpu/avr/avr/iom64c1.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iom64c1.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/avr/iom64c1.h b/cpukit/score/cpu/avr/avr/iom64c1.h
index a30aee0d98..5d2ef5d42e 100644
--- a/cpukit/score/cpu/avr/avr/iom64c1.h
+++ b/cpukit/score/cpu/avr/avr/iom64c1.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @brief Definitions for ATmega64C1
+ *
+ * This file should only be included from <avr/io.h>, never directly.
+ */
+
/* Copyright (c) 2009 Atmel Corporation
All rights reserved.
@@ -47,6 +55,13 @@
#ifndef _AVR_ATmega64C1_H_
#define _AVR_ATmega64C1_H_ 1
+/**
+ * @defgroup AvrDef_iom64c1 ATmega64C1 Definitions
+ *
+ * @ingroup avr
+ *
+ * @{
+ */
/* Registers and associated bit numbers. */
@@ -1292,6 +1307,7 @@
#define SIGNATURE_1 0x96
#define SIGNATURE_2 0x86
+/** @} */
#endif /* _AVR_ATmega64C1_H_ */