?? 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 + -