📄 interrupt.h
字号:
/**********************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* Module Name : Intterrupt Header file */
/* File Name : Intterrupt.h */
/* Revision : 1.00 */
/* Date : 2006/03/17 */
/**********************************************************************************/
/************************************************
* interrupt.h
* Copyright 2006.3.17 Oki Electric Industry Co.,Ltd.
*
*
*************************************************/
#include "ml675050.h"
#include "typedef.h"
void init_Irq(void);
void reg_Irq_Handler(void);
__irq void irq_Handler(void);
void exec_Handler(void);
void null_Handler(void);
void fiq_handler(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -