at91sam7s/hw/hw_cpu.h

Go to the documentation of this file.
00001 
00040 /*#*
00041  *#* $Log$
00042  *#* Revision 1.1  2006/05/18 00:41:47  bernie
00043  *#* New triface devlib application.
00044  *#*
00045  *#*/
00046 
00047 #ifndef AT91SAM7SEK_HW_H
00048 #define AT91SAM7SEK_HW_H
00049 
00051 #define CLOCK_FREQ     (48023000UL)
00052 
00053 
00054 /* Timer IRQ strobe */
00055 //#if CONFIG_TIMER_STROBE
00056 //  #define TIMER_STROBE_ON    ATOMIC(PORTD |= BV(PD0))
00057 //  #define TIMER_STROBE_OFF   ATOMIC(PORTD &= ~BV(PD0))
00058 //  #define TIMER_STROBE_INIT  ATOMIC(PORTD &= ~BV(PD0); DDRD |= BV(PD0))
00059 //#endif /* CONFIG_TIMER_STROBE */
00060 
00061 #endif /*  AT91SAM7SEK_HW_H */