📄 system.h
字号:
/*____________________________________________________________________________| FILE: system.h| PROJECT: ACCORDO+| SW-COMPONENT: |_____________________________________________________________________________| DESCRIPTION: system init function header|_____________________________________________________________________________| COPYRIGHT: (c) 2005 STMicroelectronics, Arzano (ITALY)| HISTORY:| Date | Modification | Author|_____________________________________________________________________________| 05.11.02 | Initial revision | M. De Martino|____________________________________________________________________________*/#ifndef _SYSTEM_H_#define _SYSTEM_H_#include "types.h"// Porting: This extern declarations before were in system.cextern tVoid _init_alloc (unsigned /* base */, unsigned /* top */);extern HEAP_Base_Ptr;extern HEAP_Limit_Ptr;extern HEAP_Length;/******************************************************************| includes of component-internal interfaces| (scope: component-local)|---------------------------------------------------------------- */#ifdef __cplusplusextern "C" {#endif/************************************************************************ |defines and macros (scope: module-local) |-----------------------------------------------------------------------*//************************************************************************ |function prototype (scope: global) |-----------------------------------------------------------------------*/extern tVoid SYS_Init (tVoid);#ifdef __cplusplus}#endif#endif // _SYSTEM_H_/* End of file */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -