代码搜索结果

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

interrupt.c

#include "emul.h" /* Deliver external events. The (events) bitset is consulted synchronously at * appropriate places in the fetch-execute loop. */ void deliver_cold_reset(MIPS_State* mstate) {

interrupt.c

/* $Id: interrupt.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of t

interrupt.c

/* drivers/net/tulip/interrupt.c Maintained by Jeff Garzik Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may

interrupt.h

#ifndef __INTERRUPT_H__ #define __INTERRUPT_H__ #ifdef __cplusplus extern "C" { #endif void INTERRUPT_init(); void*_getvect(int); void*_setvect(int,void*); void _enable(); void

interrupt.c

/*************************************Seekfor Embedded DOS v1.0*************************************************** ****** *** ***** ****

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include #include #include

interrupt.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C)

#interrupt.h#

#define INT_ADC_OFT 31 #define INT_RTC_OFT 30 #define INT_SPI1_OFT 29 #define INT_UART0_OFT 28 #define INT_IIC_OFT 27 #define INT_USBH_OFT 26 #define INT_USBD_OFT 25 //#define Reserved_OFT

interrupt.c

#include "s3c2410.h" #include "interrupt.h" #include "serial.h" #include "sched.h" void IRQ_Handle() { unsigned long oft = INTOFFSET; switch( oft ) { case EINT1_OFT: printk("EINT1, K1 pressed!\n

interrupt.c

#include "s3c2410.h" #include "interrupt.h" void Timer0_Handle() { if(INTOFFSET == 10){ GPBDAT = ~(GPBDAT & (0xf