Added missing bits.
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 30 Jul 2005 07:07:08 +0000 (07:07 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 30 Jul 2005 07:07:08 +0000 (07:07 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3816 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/mcs51/msm8xc154s.h

index d8623b70be8ae2c87baca5d71e0c91ce7824aca2..0cde0bb9b27a13ee78867b26a557ae19e9c54bfb 100644 (file)
@@ -43,4 +43,12 @@ __sbit __at (0xfc)   IZC;    /* 10kO pull-up resistor control */
 __sbit __at (0xfd)     SERR;   /* Serial port reception flag */
 __sbit __at (0xfe)     T32;    /* interconnect T0 and T1 to 32bit timer/counter */
 
+/* Bits in IP (0xb8) */
+__sbit __at (0xbd)     PT2;    /* Interrupt priority bit for timer interrupt 2 */
+__sbit __at (0xbf)     PCT;    /* Priority interrupt circuit control bit */
+
+/* Bits in PCON (0x87) */
+#define RPD 0x20            /* Bit used to specify cancellation of CPU power down mode */
+#define HPD 0x40            /* The hard power down setting mode is enabled when this bit is set to "1". */
+
 #endif