📄 int_handlers.h
字号:
//*******************************************************************
// Copyright 2003 SHENZHEN UNIVERSITY EDA CENTER
//*******************************************************************
// File Name : sysinit.h
// Abstract : define type header file
// Modifications :
// Model 1.0
// Rev. Date Coded by
// 0.1.2 02-11-25 K.H.Li B.Z.Deng frist release
//*******************************************************************
#ifndef _INT_HANDLERS_H
#define _INT_HANDLERS_H
#include "type.h"
/*
/////////////////////////////////////////////////////////////////////
// Functions
/////////////////////////////////////////////////////////////////////
*/
extern void test_handler(void);
extern void exception_handler(void);
extern void irq_handler(void);
extern void irq5_handler(void);
extern void timer0_handler(void);
extern void IIS2_fifoempty_handler(void);
#endif /* _INT_HANDLERS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -