fsp_data.c

来自「澳洲人写的Cortex,包括uC_IP协议栈」· C语言 代码 · 共 55 行

C
55
字号
<HTML><HEAD><TITLE>/home/asysweb/public_html/cortex/kernel/src/fsp_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 * *      fsp_data.c * * SYSTEM COMPONENT * *      Index Linked Lists  * * DESCRIPTION * *      This file contains all locally avaialable data *      required for Fized-Size Memory Pool. * * SCCS HISTORY * *      @(#)fsp_data.c  1.4, 01/25/99, 00:32:09 * * AUTHOR * *      Vadim N. Azarovsky * * CREATED * *      27-May-1998         by Vadim N. Azarovsky * * REVISION HISTORY * *      NAME                DATE                    REMARKS * **************************************************************************/</font><b><font color='DarkGreen'>#include</font></b> <a href="fsp_defs.h.FIND-INC"><font color="blue">"fsp_defs.h"</font></a><i>fsmp_Attr_t</i> fsmp_AttrDefault_g = {<a href="ENVI_FSMP_ATTR_SEGMENT.FIND-DEF">ENVI_FSMP_ATTR_SEGMENT</a>};</pre></BODY></HTML>

⌨️ 快捷键说明

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