OSDN Git Service

チケット #25999 「SIOポートのピン割り当ての変更」に対応。TOP
[toppersasp4lpc/asp.git] / asp / arch / arm_m_gcc / common / arm_m.h
similarity index 93%
rename from asp/arch/arm_m_gcc/arm_m.h
rename to asp/arch/arm_m_gcc/common/arm_m.h
index cddf114..a516c34 100644 (file)
@@ -3,7 +3,7 @@
  *      Toyohashi Open Platform for Embedded Real-Time Systems/
  *      Advanced Standard Profile Kernel
  * 
- *  Copyright (C) 2008 by Embedded and Real-Time Systems Laboratory
+ *  Copyright (C) 2008-2011 by Embedded and Real-Time Systems Laboratory
  *              Graduate School of Information Science, Nagoya Univ., JAPAN
  * 
  *  上記著作権者は,以下の(1)〜(4)の条件を満たす場合に限り,本ソフトウェ
@@ -35,7 +35,7 @@
  *  アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
  *  の責任を負わない.
  * 
- *  @(#) $Id: arm_m.h 1304 2008-08-27 07:28:36Z ertl-honda $
+ *  @(#) $Id: arm_m.h 2202 2011-07-26 13:27:11Z ertl-honda $
  */
 
 /*
@@ -45,7 +45,6 @@
 #ifndef ARM_M_H
 #define ARM_M_H
 
-
 /*
  *  EPSRのTビット
  */
 #define NVIC_CLRENA0        0xE000E180  // IRQ 0 to 31 Set Disable Register
 
 /*
+ *  割込みセットペンディングレジスタ
+ */
+#define NVIC_ISER0          0xE000E200  // IRQ 0 to 31 Set-Pending Register
+
+/*
+ *  割込みクリアペンディングレジスタ
+ */
+#define NVIC_ICER0          0xE000E280  // IRQ 0 to 31 Clear-Pending Register
+
+/*
  *  ベクタテーブルオフセットレジスタ
  */
 #define NVIC_VECTTBL        0xE000ED08