timer.h

来自「80c51F020的开发程序 包括ADC DDS DAC」· C头文件 代码 · 共 31 行

H
31
字号
/* ------------------------------------------------------------
	File Name: 		timer.h
	Auther:			Samuel
	Revision:		R1
	History:		R1			Jul.05, 2007		Creation
------------------------------------------------------------ */


/* define to prevent recursive inclusion */
#ifndef __TIMER_H
#define __TIMER_H


/* includes --------------------------------------------------------------- */
#include <c8051f020.h>
#include "common.h"
/* types ------------------------------------------------------------------ */


/* functions -------------------------------------------------------------- */
void Timer3_Init(void);

/* ---------- top level core functions ---------- */


/* ---------- support functions ---------- */

#endif	/* __TIMER_H */

/* End of timer.h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?