📄 metrics.h
字号:
/*******************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -