CVS: msp430-libc/include/msp430 dma.h,1.6,1.7

Steve Underwood <[email protected]> Wed, 11 Jul 2007 10:38:22 -0700
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include/msp430
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24778/include/msp430

Modified Files:
	dma.h 
Log Message:
sfra was missing from the assembly language definitions
There were typoes in the DMA definitions


Index: dma.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430/dma.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- dma.h	17 Jun 2007 15:43:25 -0000	1.6
+++ dma.h	11 Jul 2007 17:38:19 -0000	1.7
@@ -53,7 +53,7 @@
 sfrw(DMA0CTL, DMA0CTL_);
 #define DMA0SA_              0x01D2  /* DMA channel 0 source address */
 sfra(DMA0SA, DMA0SA_);
-#define DMA0SAL              0x01D2  /* DMA channel 0 source address */
+#define DMA0SAL_             0x01D2  /* DMA channel 0 source address */
 sfrw(DMA0SAL, DMA0SAL_);
 #define DMA0DA_              0x01D6  /* DMA channel 0 destination address */
 sfra(DMA0DA, DMA0DA_);
@@ -70,7 +70,7 @@
 sfrw(DMA1SAL, DMA1SAL_);
 #define DMA1DA_              0x01E2  /* DMA channel 1 destination address */
 sfrw(DMA1DA, DMA1DA_);
-#define DMA1DAL              0x01E2  /* DMA channel 1 destination address */
+#define DMA1DAL_             0x01E2  /* DMA channel 1 destination address */
 sfrw(DMA1DAL, DMA1DAL_);
 #define DMA1SZ_              0x01E6  /* DMA channel 1 transfer size */
 sfrw(DMA1SZ, DMA1SZ_);
@@ -83,7 +83,7 @@
 sfrw(DMA2SAL, DMA2SAL_);
 #define DMA2DA_              0x01EE  /* DMA channel 2 destination address */
 sfra(DMA2DA, DMA2DA_);
-#define DMA2DAL              0x01EE  /* DMA channel 2 destination address */
+#define DMA2DAL_             0x01EE  /* DMA channel 2 destination address */
 sfrw(DMA2DAL, DMA2DAL_);
 #define DMA2SZ_              0x01F2  /* DMA channel 2 transfer size */
 sfrw(DMA2SZ, DMA2SZ_);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/