📄 cl_extr.h
字号:
/************************************************************************/
/* */
/* Copyright 1990-1992 by Accelerated Technology */
/* */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the */
/* subject matter of this material. All manufacturing, reproduction, */
/* use, and sales rights pertaining to this subject matter are */
/* governed by the license agreement. The buyer or recipient of this */
/* package, implicitly accepts the terms of the license. */
/* */
/************************************************************************/
/************************************************************************/
/* */
/* FILE DESCRIPTION */
/* */
/* This file contains information necessary for nucleus executive */
/* routines to reference clock routines. */
/* */
/* ROUTINES */
/* */
/* None */
/* */
/* NOTES */
/* */
/* None */
/* */
/************************************************************************/
void CLD_Timer_Interrupt(void);
void CLP_Start_Timer(unsigned int timer_id, unsigned int time);
void CLP_Stop_Timer(unsigned int timer_id);
unsigned int CLD_Read_Timer(void);
void CLD_Load_Timer(unsigned int new_timer);
void CLD_Load_Clock(unsigned int new_time);
unsigned int CLD_Read_Clock(void);
void CLD_Start_System_Timer(unsigned int time);
void CLD_Stop_System_Timer(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -