📄 t0.h
字号:
//
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -