Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
timer_syncstart [2012/01/31 15:25] batimer_syncstart [2012/02/27 13:35] ba
Line 16: Line 16:
 #define TMR_F_DIO63 (0x0004) #define TMR_F_DIO63 (0x0004)
 #define TMR_G_DIO73 (0x0001) #define TMR_G_DIO73 (0x0001)
-#define TMR_H_DIO9  (0x0400+</code>  
-#define TMR_I_DIO8  (0x0200+The timers TMR_H DIO9 and TMR_I DIO8 on t eZ48 C1 are controlled by a sepatare register.\\ 
-</code>     +Control them with the following definitions: 
 +<code> 
 +#define  TIMER_ENABLE1  0xffc00640   /* Timer Group of 8 Enable Register */ 
 +#define  pTIMER_ENABLE1 ((volatile unsigned short *)TIMER_ENABLE1) 
 + 
 +#define TMR_H_DIO9  (0x0004
 +#define TMR_I_DIO8  (0x0002
 +</code> 
 +    
  
  
 
timer_syncstart.txt · Last modified: 2017/11/07 22:26 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki