X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_timer.h;h=b6d43b38b6d3295299aca5e5009f1cbe65f90535;hb=56f2c002c50338f23f1b969ba51a43b0eb24f3da;hp=9d8357ef500a9badac7b95ef9c4de40da7f48fac;hpb=6a60d159530b29a6f60edbad42d0e31c1f1994d9;p=bertos.git diff --git a/bertos/cfg/cfg_timer.h b/bertos/cfg/cfg_timer.h index 9d8357ef..b6d43b38 100644 --- a/bertos/cfg/cfg_timer.h +++ b/bertos/cfg/cfg_timer.h @@ -32,7 +32,6 @@ * * \brief Configuration file for timer module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,16 +39,29 @@ #ifndef CFG_TIMER_H #define CFG_TIMER_H -/// Hardware timer selection for drv/timer.c +/** + * Hardware timer selection for drv/timer.c. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "timer_select" + */ #define CONFIG_TIMER TIMER_DEFAULT -/// Debug timer interrupt using a strobe pin. +/** + * Debug timer interrupt using a strobe pin. + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_STROBE 0 -/// Enable asynchronous timers +/** + * Enable asynchronous timers. + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_EVENTS 1 -/// Support hi-res timer_usleep() +/** + * Support hi-res timer_usleep(). + * $WIZ$ type = "boolean" + */ #define CONFIG_TIMER_UDELAY 1 #endif /* CFG_TIMER_H */