CVS: msp430-libc/include msp430xG43x.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-serv3567/msp430-libc/include

Modified Files:
	msp430xG43x.h 
Log Message:
Added the ADC, DAC and DMA. Removed the multiplier.


Index: msp430xG43x.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430xG43x.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- msp430xG43x.h	20 Nov 2003 12:52:16 -0000	1.1
+++ msp430xG43x.h	2 Nov 2004 00:46:39 -0000	1.2
@@ -32,7 +32,9 @@
 #include <msp430/timera.h>
 #include <msp430/timerb.h>
 #include <msp430/usart.h>
-#include <msp430/mpy.h>
+#include <msp430/adc12.h>
+#include <msp430/dac12.h>
+#include <msp430/dma.h>
 #include <msp430/gpio.h>
 #include <msp430/opamp.h>
 
@@ -63,8 +65,8 @@
 #define PORT2_VECTOR        2       /* 0xFFE2 Port 2 */
 #define DAC12_DMA_VECTOR    6       /* 0xFFE6 DAC 12 */
 #define PORT1_VECTOR        8       /* 0xFFE8 Port 1 */
-#define TIMERA1_VECTOR      10      /* 0xFFEA Timer A CC1-2, TA */
-#define TIMERA0_VECTOR      12      /* 0xFFEC Timer A CC0 */
+#define TIMER0_A1_VECTOR    10      /* 0xFFEA Timer A CC1-2, TA */
+#define TIMER0_A0_VECTOR    12      /* 0xFFEC Timer A CC0 */
 #define ADC_VECTOR          14      /* 0xFFEE ADC */
 #define USART0TX_VECTOR     16      /* 0xFFF0 USART 0 Transmit */
 #define USART0RX_VECTOR     18      /* 0xFFF2 USART 0 Receive */
@@ -77,5 +79,7 @@
 
 #define UART0TX_VECTOR      USART0TX_VECTOR
 #define UART0RX_VECTOR      USART0RX_VECTOR
+#define TIMERA1_VECTOR      TIMER0_A1_VECTOR
+#define TIMERA0_VECTOR      TIMER0_A0_VECTOR
 
 #endif /* #ifndef __msp430xG43x */



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&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.