代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

interrupt.java

//: c13:Interrupt.java // Using interrupt() to break out of a blocked thread. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt.

interrupt_test.in

/// /// created by oc8051 rom maker /// author: Simon Teran (simont@opencores.org) /// /// source file: D:\tmp\asm\TEMP\interrupt_test.hex /// date: 16.7.02 /// time: 21:33:57 /// 01 7F 00

interrupt.h

/******************************************************************** created: 2007/04/13 created: 13:4:2007 10:53 filename: G:\DataBak\VCWorks\04.09\McoreReg\Interrupt.h author: CryinRain

interrupt.c

#include "printf.h" #include "interrupt.h" int key_scan(void) { int i; for(i = 0; i < 1000 ;i++) ; GPGDAT = (GPGDAT &(~((1

interrupt.h

#ifndef __INTERRUPT_H__ #define __INTERRUPT_H__ /* #define GPECON (*(volatile unsigned long *)0x56000040) #define GPEDAT (*(volatile unsigned long *)0x56000044) #define GPEUP

interrupt.java

//: c13:Interrupt.java // Using interrupt() to break out of a blocked thread. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt.

interrupt.h

#ifndef __INTERRUPT_H__ #define __INTERRUPT_H__ #define IRQ_MAX 32 #define IRQ_MIN 1 void Isr_Init(void); void Irq_Request(int irq_no, void* irq_routine); void Irq_Enable(int irq_no);

interrupt.c

#include "def.h" #include "option.h" #include "2410addr.h" #include "2410lib.h" #include "2410slib.h" #include "interrupt.h" #include #include #include #in

interrupt.apj

# ADT Project File, Format Version 1.00 # WARNING: DO NOT EDIT OR DELETE THIS FILE! [APJ begin] Active Config=_string(DEBUG) [Project begin] ProjectName=_string(interrupt)