CVS: msp430-libc/include msp430x21x1.h,1.1,1.2

Steve Underwood <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16469/msp430-libc/include

Modified Files:
	msp430x21x1.h 
Log Message:
Fixed a couple of slipups in the originally commited versions


Index: msp430x21x1.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x21x1.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- msp430x21x1.h	11 Mar 2005 15:49:49 -0000	1.1
+++ msp430x21x1.h	21 Mar 2005 13:43:07 -0000	1.2
@@ -47,22 +47,22 @@
 
 #ifndef __DisableCalData
 
-#define CALDCO_16MHZ_         (0x10F8)  /* DCOCTL  Calibration Data for 16MHz */
-READ_ONLY DEFC( CALDCO_16MHZ     , CALDCO_16MHZ_)
-#define CALBC1_16MHZ_         (0x10F9)  /* BCSCTL1 Calibration Data for 16MHz */
-READ_ONLY DEFC( CALBC1_16MHZ     , CALBC1_16MHZ_)
-#define CALDCO_12MHZ_         (0x10FA)  /* DCOCTL  Calibration Data for 12MHz */
-READ_ONLY DEFC( CALDCO_12MHZ     , CALDCO_12MHZ_)
-#define CALBC1_12MHZ_         (0x10FB)  /* BCSCTL1 Calibration Data for 12MHz */
-READ_ONLY DEFC( CALBC1_12MHZ     , CALBC1_12MHZ_)
-#define CALDCO_8MHZ_          (0x10FC)  /* DCOCTL  Calibration Data for 8MHz */
-READ_ONLY DEFC( CALDCO_8MHZ      , CALDCO_8MHZ_)
-#define CALBC1_8MHZ_          (0x10FD)  /* BCSCTL1 Calibration Data for 8MHz */
-READ_ONLY DEFC( CALBC1_8MHZ      , CALBC1_8MHZ_)
-#define CALDCO_1MHZ_          (0x10FE)  /* DCOCTL  Calibration Data for 1MHz */
-READ_ONLY DEFC( CALDCO_1MHZ      , CALDCO_1MHZ_)
-#define CALBC1_1MHZ_          (0x10FF)  /* BCSCTL1 Calibration Data for 1MHz */
-READ_ONLY DEFC( CALBC1_1MHZ      , CALBC1_1MHZ_)
+#define CALDCO_16MHZ_         0x10F8    /* DCOCTL  Calibration Data for 16MHz */
+sfrb(CALDCO_16MHZ, CALDCO_16MHZ_)
+#define CALBC1_16MHZ_         0x10F9    /* BCSCTL1 Calibration Data for 16MHz */
+sfrb(CALBC1_16MHZ, CALBC1_16MHZ_)
+#define CALDCO_12MHZ_         0x10FA    /* DCOCTL  Calibration Data for 12MHz */
+sfrb(CALDCO_12MHZ, CALDCO_12MHZ_)
+#define CALBC1_12MHZ_         0x10FB    /* BCSCTL1 Calibration Data for 12MHz */
+sfrb(CALBC1_12MHZ, CALBC1_12MHZ_)
+#define CALDCO_8MHZ_          0x10FC    /* DCOCTL  Calibration Data for 8MHz */
+sfrb(CALDCO_8MHZ, CALDCO_8MHZ_)
+#define CALBC1_8MHZ_          0x10FD    /* BCSCTL1 Calibration Data for 8MHz */
+sfrb(CALBC1_8MHZ, CALBC1_8MHZ_)
+#define CALDCO_1MHZ_          0x10FE    /* DCOCTL  Calibration Data for 1MHz */
+sfrb(CALDCO_1MHZ, CALDCO_1MHZ_)
+#define CALBC1_1MHZ_          0x10FF    /* BCSCTL1 Calibration Data for 1MHz */
+sfrb(CALBC1_1MHZ, CALBC1_1MHZ_)
 
 #endif /* #ifndef __DisableCalData */
 #define PORT1_VECTOR        (2 * 2u)    /* 0xFFE4 Port 1 */



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.