📄 systimer.h
字号:
/***********************************************************************/
/* */
/* FILE :systimer.h */
/* DATE :Tue, Jun 07, 2005 */
/* DESCRIPTION :Main Program */
/* CPU TYPE :Other */
/* */
/* This file is coded by RSBJ WRD */
/* */
/***********************************************************************/
#include "typedefine.h"
#include "sfr26a.h"
void sys_timer(void);
/*#if SYSTM == 1
#define EXP
#else
#define EXP extern
#endif
EXP TIMEBASE systm;*/
BOOLEAN get_curtime ( TIMEBASE * const cur_tm );
UINT_32 time_dif(TIMEBASE * const cur_tm,TIMEBASE *const pre_tm);
#define SUB(A,B) time_dif(&##A##,&##B##)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -