summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iotnx4.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-04 08:49:56 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-04 08:49:56 -0600
commit455bd4eae2b5fe59057fa2d9f4372c5897ec9685 (patch)
treeb88dcc10969bfe4243b86ce55dbb94097117ffce /cpukit/score/cpu/avr/avr/iotnx4.h
parentlibfs: Doxygen Clean Up Task #2 (diff)
downloadrtems-455bd4eae2b5fe59057fa2d9f4372c5897ec9685.tar.bz2
score: Doxygen Clean Up Task #9
Diffstat (limited to 'cpukit/score/cpu/avr/avr/iotnx4.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iotnx4.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/cpukit/score/cpu/avr/avr/iotnx4.h b/cpukit/score/cpu/avr/avr/iotnx4.h
index cc1ed9d263..9d40770ad1 100644
--- a/cpukit/score/cpu/avr/avr/iotnx4.h
+++ b/cpukit/score/cpu/avr/avr/iotnx4.h
@@ -46,8 +46,11 @@
# error "Attempt to include more than one <avr/ioXXX.h> file."
#endif
-/* I/O registers */
-
+/**
+ * @name I/O Registers
+ *
+ * @{
+ */
#define PRR _SFR_IO8 (0x00)
#define PRTIM1 3
#define PRTIM0 2
@@ -378,9 +381,13 @@
/* 0x3D..0x3E SP [defined in <avr/io.h>] */
/* 0x3F SREG [defined in <avr/io.h>] */
-///---
+/** @} */
-/* Interrupt vectors */
+/**
+ * @name Interrupt Vectors
+ *
+ * @{
+ */
/* Interrupt vector 0 is the reset vector. */
/* External Interrupt Request 0 */
#define INT0_vect _VECTOR(1)
@@ -452,4 +459,6 @@
#define _VECTORS_SIZE 34
+/** @} */
+
#endif /* _AVR_IOTNX4_H_ */