in_extr.h

来自「NecluesRTX RTOS的源码」· C头文件 代码 · 共 45 行

H
45
字号
/************************************************************************/
/*                                                                      */
/*          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 the other routines to  */
/*  reference the data structures located in "IN_DATA.C".               */
/*                                                                      */
/*  ROUTINES                                                            */
/*                                                                      */
/*      None                                                            */
/*                                                                      */
/*  NOTES                                                               */
/*                                                                      */
/*      None                                                            */
/*                                                                      */
/************************************************************************/

#include           "in_defs.h"              /* Include definitions      */

extern unsigned int                      IN_Last_Memory_Address;
extern struct IN_FIXED_PARTITION_STRUCT  IN_Fixed_Partitions[];
extern struct IN_QUEUE_DEFINITION_STRUCT IN_System_Queues[];
extern unsigned int                      IN_System_Stack_Size;
extern unsigned int                      IN_System_Event_Groups;
extern unsigned int                      IN_System_Resources;
extern unsigned int                      IN_System_Timers;
extern struct IN_TASK_DEFINITION_STRUCT  IN_System_Tasks[];
extern unsigned int                      IN_Last_Address_Used;

int  IND_Set_Interrupt_Level(int level);
void  IND_Major_System_Error(signed int error);
unsigned int  *INP_Memory_Alloc(unsigned int size);

⌨️ 快捷键说明

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