📄 sysexc_depend.h
字号:
/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-License. *---------------------------------------------------------------------- * * Version: 1.01.00 * Released by T-Engine Forum(http://www.t-engine.org) at 2004/6/28. * *---------------------------------------------------------------------- *//* * @(#)sysexc_depend.h (sys/SH7751R) * * System exception processing (SH7751R) */#ifndef __SYS_SYSEXC_DEPEND_H__#define __SYS_SYSEXC_DEPEND_H__#ifdef __cplusplusextern "C" {#endif/* System exception message */typedef struct { W type; /* Message type (MS_SYS1) */ W size; /* Message size */ ID taskid; /* Exception generated task ID */ ID procid; /* Exception generated process ID */ UW exccode; /* Exception code (EXPEVT, INTEVT2) */ UW excinfo; /* Exception information (TRA, INTEVT) */ UW excaddr; /* Exception address (TEA) */} EXCMESG;#ifdef __cplusplus}#endif#endif /* __SYS_SYSEXC_DEPEND_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -