exception.h

来自「samsung 2410 demo源代码」· C头文件 代码 · 共 21 行

H
21
字号
#ifndef __EXCEPTION_H__
#define __EXCEPTION_H__

#ifdef __cplusplus
extern "C" {
#endif
///////////////////////////

void HaltUndef(void);
void HaltSwi(void);
void HaltPabort(void);
void HaltDabort(void);
void Isr_Init(void);

///////////////////////////
#ifdef __cplusplus
}
#endif

#endif /*__EXCEPTION_H__*/

⌨️ 快捷键说明

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