📄 timer.h
字号:
/*
*************************************************************************
* Copyright (c) 2003, The Lab of Embedded System and Net Security,WHUT..
* All rights reserved.
*
* Filename: timer.h
* Discription: This file deals with timers in s3c44b0
*
* version: 1.0
* Author: Qiu Yanfei <qyfhm@tom.com>
* Accomplished Date: 2004/7/25 11:29:00
*************************************************************************
*/
#ifndef _TIMER_H_
#define _TIMER_H_
#include "..\cpu\def.h"
void timer_init(void);
void watchdog_start(void);
U32 watchdog_stop(void);
#endif /* _TIMER_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -