triface/hw/hw_cpu.h
Go to the documentation of this file.00001 00041 #ifndef TRIFACE_HW_H 00042 #define TRIFACE_HW_H 00043 00044 #include <appconfig.h> 00045 00047 #define CLOCK_FREQ (14745600UL) 00048 00049 00050 /* Timer IRQ strobe */ 00051 //#if CONFIG_TIMER_STROBE 00052 // #define TIMER_STROBE_ON ATOMIC(PORTD |= BV(PD0)) 00053 // #define TIMER_STROBE_OFF ATOMIC(PORTD &= ~BV(PD0)) 00054 // #define TIMER_STROBE_INIT ATOMIC(PORTD &= ~BV(PD0); DDRD |= BV(PD0)) 00055 //#endif /* CONFIG_TIMER_STROBE */ 00056 00057 #endif /* TRIFACE_HW_H */ 00058
