📄 oscall.h
字号:
/*
* description : System call wrap function for RTOS use
* Maker : Michiru.Kagaya
* Copyright : (C)2003,SEIKO EPSON Corp. All Rights Reserved.
*/
/*
* Include guard
*/
#ifndef SYS_CALL_H
#define SYS_CALL_H
/*
* Linkage specifying
*/
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include "kernel_id.h"
#include "wrapTPS.h"
#define TMSGSIZE (4)
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* SYS_CALL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -