t0.h

来自「基于8515的lcd显示控制程序」· C头文件 代码 · 共 32 行

H
32
字号
//
//	File Name:		t0.h
//
//	Title:			Timer 0 interface definitions
//
//	Description:	Interface definition file for internal timer 0.
//					Configures t0 as a 1mS timer.
//
//	Creation Date:	2/6/00 5:28:47 PM
//
//	By:				A.C. Verbeck
//
//	This file is subject to the terms and conditions of the GNU General Public//	License.  See the file COPYING in the main directory of this archive//	for more details.//

void	T0_init(void);
void	T0_clear(void);

void	T0_set(UInt16 time_out);
UInt16	T0_get(void);

void	T0_enable(void);
void	T0_disable(void);
void	T0_sleep(UInt16 time_out);

//
//	End of t0.h
//

⌨️ 快捷键说明

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