tck_data.c
来自「澳洲人写的Cortex,包括uC_IP协议栈」· C语言 代码 · 共 59 行
C
59 行
<HTML><HEAD><TITLE>/home/asysweb/public_html/cortex/kernel/src/tck_data.c</TITLE></HEAD><BODY><pre><font color="#6920ac">/*************************************************************************/</font><font color="#6920ac">/* */</font><font color="#6920ac">/* Copyright (c) 1997-1999 Australian Real Time Embedded Systems */</font><font color="#6920ac">/* */</font><font color="#6920ac">/* PROPRIETARY RIGHTS of Australian Real Time Embedded Systems */</font><font color="#6920ac">/* are involved in the subject matter of this material. All reproduction,*/</font><font color="#6920ac">/* manufacturing, use, and sales rights pertaining to this subject matter*/</font><font color="#6920ac">/* are governed by the license agreement. The recipient of this software */</font><font color="#6920ac">/* implicitly accepts the terms of the license. */</font><font color="#6920ac">/* */</font><font color="#6920ac">/*************************************************************************/</font><font color="#6920ac">/************************************************************************* * * FILE NAME * * tck_data.c * * SYSTEM COMPONENT * * System Ticks Manager * * DESCRIPTION * * This file contains all locally avaialable data required for * System Ticks Manager * * SCCS HISTORY * * @(#)tck_data.c 1.5, 01/25/99, 00:31:27 * * AUTHOR * * Vadim N. Azarovsky * * CREATED * * 23-Apr-1998 by Vadim N. Azarovsky * * REVISION HISTORY * * NAME DATE REMARKS * **************************************************************************/</font><b><font color='DarkGreen'>#include</font></b> <a href="tck_priv.h.FIND-INC"><font color="blue">"tck_priv.h"</font></a><font color="#6920ac">/* Component initialisation flag */</font><i>crtx_Boolean_t</i> tick_Initialised_g = <a href="CRTX_FALSE.FIND-DEF">CRTX_FALSE</a>;<font color="#6920ac">/* system timer control block */</font><i>tick_Environ_t</i> tick_Environ_g;</pre></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?