#ifndef INIT_TIMER0_H #define INIT_TIMER0_H #include "../clib/type.h" #include "../clib/clib.h" #include "../bsp/bsp_config.h" #include "../ctask/tick.h" #include "../app/app_common.h" extern void L0_timer0_Init(void); extern void L0_timer3_start(U16 value); extern void L0_timer4_start(U16 value); extern void L0_timer3_stop(void); extern void L0_timer4_stop(void); #endif