timer.h

来自「ucos-II2.51在S3C44B0X上的移植 开发环境:SDT2.50 」· C头文件 代码 · 共 23 行

H
23
字号
/*
 *************************************************************************
 * 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 + =
减小字号Ctrl + -
显示快捷键?