From: jesusc Date: Sat, 30 Jul 2005 07:07:08 +0000 (+0000) Subject: Added missing bits. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4214e551ccfcc2157496e4418a544c7a5e55cf9f;p=fw%2Fsdcc Added missing bits. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3816 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/include/mcs51/msm8xc154s.h b/device/include/mcs51/msm8xc154s.h index d8623b70..0cde0bb9 100644 --- a/device/include/mcs51/msm8xc154s.h +++ b/device/include/mcs51/msm8xc154s.h @@ -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