📄 timer.h
字号:
/******************************************************************************************/
/*name: timer.h */
/*note: cs89712 timer include file */
/*time: 2001.8.29 */
/*writer: Leon */
/******************************************************************************************/
#ifndef TIMER_H
#define TIMER_H
#ifndef TPS
#define TPS 10 //10 ticks per second
#endif
/************************************************************************/
/* Timer.c function */
/************************************************************************/
extern void clock_init(void);
extern void timer0_handler(void);
extern void clock_c(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -