X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_timer.h;h=1cff78b89426a8b68c68f2b03495498f788502d7;hb=d5c46be7818a9f9bd63b746d81f5223273c42a65;hp=9d8357ef500a9badac7b95ef9c4de40da7f48fac;hpb=6a60d159530b29a6f60edbad42d0e31c1f1994d9;p=bertos.git diff --git a/bertos/cfg/cfg_timer.h b/bertos/cfg/cfg_timer.h index 9d8357ef..1cff78b8 100644 --- a/bertos/cfg/cfg_timer.h +++ b/bertos/cfg/cfg_timer.h @@ -40,16 +40,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 */