hw_timer.h
Go to the documentation of this file.
00001 00039 #ifndef HW_TIMER_H 00040 #define HW_TIMER_H 00041 00042 #include "cfg/cfg_timer.h" 00043 00044 #if CONFIG_TIMER_STROBE 00045 #warning TODO:This is an example implementation, you must implement it! 00046 #define TIMER_STROBE_INIT do { /* implement me */ } while (0) 00047 #define TIMER_STROBE_ON do { /* implement me */ } while (0) 00048 #define TIMER_STROBE_OFF do { /* implement me */ } while (0) 00049 #endif 00050 00051 #endif /* HW_TIMER_H */
![(please configure the [header_logo] section in trac.ini)](/chrome/site/bertos_logo.png)