代码搜索结果

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

interrupt.bld

#!build default: subproject :auto_mvc=false interrupt.h include_file interrupt.c C :outputname=inhini.o :defines=__inhini

interrupt.bld

#!build default: program :asm_list_option=listing :debuglevel=multi :program_layout=romcopy :outputname=objs\Interrupt.ghs :object_dir=objs :start_address=__reset :postexec=gsize objs

interrupt.c

/* * Copyright (c) 2004, Jun Li, lj_sourceforge@users.sourceforge.net. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

interrupt.h

#ifndef _INTERRUPT_H #define _INTERRUPT_H #include "types.h" void osTimerInterruptInitialize(void); void osInterruptInitialize(void); void osInterruptConnect(int vector, int (*isr_handle

interrupt.c

/* $Id: interrupt.c,v 1.4.8.3 2001/09/23 22:24:59 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.c

#include #include "def.h" #include "option.h" #include "2410addr.h" #include "2410lib.h" #include "2410slib.h" static char IntMode='3'; static void __irq Eint0Int() { ClearPe

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H struct bh_struct { void (*routine)(void *); void *data; }; extern unsigned long bh_active; extern unsigned long bh

interrupt.c

#include "s3c2410.h" #include "interrupt.h" #include "serial.h" void EINT_Handle() { unsigned long oft = INTOFFSET; switch( oft ) { case 1: printk("EINT1, K1 pressed!\n\r"); break; case 2: pri