int_handlers.h
来自「用来测试mcf5249的嵌入式测试程序」· C头文件 代码 · 共 30 行
H
30 行
//*******************************************************************
// 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 + =
减小字号Ctrl + -
显示快捷键?