metrics.h

来自「sttesttool.rar的标准testtool.rar驱动」· C头文件 代码 · 共 40 行

H
40
字号
/*******************************************************************************

File name   : metrics.h

Description : Header of stack usage metrics for the toolbox driver

COPYRIGHT (C) STMicroelectronics 2001.

Date               Modification                                     Name
----               ------------                                     ----
27 Jun 2001         Created                                          CL
*******************************************************************************/

/* Define to prevent recursive inclusion */

#ifndef __METRICS_H
#define __METRICS_H

/* Includes ----------------------------------------------------------------- */

/* Exported Constants ------------------------------------------------------- */

/* Exported Types ----------------------------------------------------------- */

/* Exported Variables ------------------------------------------------------- */

/* Exported Macros ---------------------------------------------------------- */

/* Exported Functions ------------------------------------------------------- */
void MetricsStackTest(void);

/* C++ support */
#ifdef __cplusplus
}
#endif

#endif /* #ifndef __METRICS_H */

/* End of metrics.h */

⌨️ 快捷键说明

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