summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_703x.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 15:12:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-08 15:12:56 +0000
commitc8e4cbd63bba53290014a54d854286a14798580e (patch)
treed4ea40283619ebf269e6e854d52319b0b8b47c55 /nuttx/arch/sh/src/sh1/sh1_703x.h
parentb8dc1371efff31074dd636234544afc5d6996da6 (diff)
downloadpx4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.tar.gz
px4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.tar.bz2
px4-nuttx-c8e4cbd63bba53290014a54d854286a14798580e.zip
Initial vector handling logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1166 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/sh1_703x.h')
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_703x.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_703x.h b/nuttx/arch/sh/src/sh1/sh1_703x.h
index 37b41e05f..22de4753d 100644
--- a/nuttx/arch/sh/src/sh1/sh1_703x.h
+++ b/nuttx/arch/sh/src/sh1/sh1_703x.h
@@ -243,12 +243,12 @@
/* Pin Function Controller (PFC) */
-#define SH1_PFC_PAIOR (0x05ffffc4) /* 16-bits wide */
-#define SH1_PFC_PBIOR (0x05ffffc6) /* 16-bits wide */
-#define SH1_PFC_PACR1 (0x05ffffc8) /* 16-bits wide */
-#define SH1_PFC_PACR2 (0x05ffffca) /* 16-bits wide */
-#define SH1_PFC_PBCR1 (0x05ffffcc) /* 16-bits wide */
-#define SH1_PFC_PBCR2 (0x05ffffce) /* 16-bits wide */
+#define SH1_PFC_PAIOR (0x05ffffc4) /* Port B I/O register (16-bits wide) */
+#define SH1_PFC_PBIOR (0x05ffffc6) /* Port B I/O register (16-bits wide) */
+#define SH1_PFC_PACR1 (0x05ffffc8) /* Port A control register 1 (16-bits wide) */
+#define SH1_PFC_PACR2 (0x05ffffca) /* Port A control register 2 (16-bits wide) */
+#define SH1_PFC_PBCR1 (0x05ffffcc) /* Port B control register 1 (16-bits wide) */
+#define SH1_PFC_PBCR2 (0x05ffffce) /* Port B control register 2 )16-bits wide) */
/* Port C */