[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer Msp430TimerCapComP.nc, 1.3, 1.4 Msp430TimerP.nc, 1.4, 1.5
John Regehr
regehr at users.sourceforge.net
Sat May 31 13:21:38 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19831
Modified Files:
Msp430TimerCapComP.nc Msp430TimerP.nc
Log Message:
switch to new annotation syntax
Index: Msp430TimerCapComP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerCapComP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msp430TimerCapComP.nc 16 Feb 2008 20:03:51 -0000 1.3
--- Msp430TimerCapComP.nc 31 May 2008 20:21:35 -0000 1.4
***************
*** 39,44 ****
implementation
{
! #define TxCCTLx (*TCAST(volatile TYPE_TACCTL0* SINGLE NONNULL, TxCCTLx_addr))
! #define TxCCRx (*TCAST(volatile TYPE_TACCR0* SINGLE NONNULL, TxCCRx_addr))
typedef msp430_compare_control_t cc_t;
--- 39,44 ----
implementation
{
! #define TxCCTLx (*TCAST(volatile TYPE_TACCTL0* ONE, TxCCTLx_addr))
! #define TxCCRx (*TCAST(volatile TYPE_TACCR0* ONE, TxCCRx_addr))
typedef msp430_compare_control_t cc_t;
Index: Msp430TimerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430TimerP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Msp430TimerP.nc 16 Feb 2008 20:03:51 -0000 1.4
--- Msp430TimerP.nc 31 May 2008 20:21:35 -0000 1.5
***************
*** 45,51 ****
implementation
{
! #define TxIV (*TCAST(volatile TYPE_TAIV* SINGLE NONNULL, TxIV_addr))
! #define TxR (*TCAST(volatile TYPE_TAR* SINGLE NONNULL, TxR_addr))
! #define TxCTL (*TCAST(volatile TYPE_TACTL* SINGLE NONNULL, TxCTL_addr))
async command uint16_t Timer.get()
--- 45,51 ----
implementation
{
! #define TxIV (*TCAST(volatile TYPE_TAIV* ONE, TxIV_addr))
! #define TxR (*TCAST(volatile TYPE_TAR* ONE, TxR_addr))
! #define TxCTL (*TCAST(volatile TYPE_TACTL* ONE, TxCTL_addr))
async command uint16_t Timer.get()
More information about the Tinyos-2-commits
mailing list