代码搜索结果

找到约 62,480 项符合 Interrupt 的代码

interrupt.h

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

external interrupt.asm

LED BIT P1.0 LEDBUF EQU 30H ORG 00H LJMP START ORG 03H LJMP INTERRUPT START: CLR LEDBUF CLR LED MOV TCON,#01H ;外部中断0下降沿触发 MOV IE,#81H ;打开外部中断允许位(EX0) ;及总中断允许位(

external interrupt.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,2, 0x

interrupt.c

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

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_mask; ext

interrupt.s

/* * interrupt.S - trampoline default exceptions/interrupts to C handlers * * Copyright (c) 2005-2007 Analog Devices Inc. * Licensed under the GPL-2 or later. */ #include #inclu

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

/* Interrupt numbers and hardware vectors. */ #ifndef _INTERRUPT_H #define _INTERRUPT_H #if (CHIP == INTEL) /* 8259A interrupt controller ports. */ #define INT_CTL 0x20 /* I/O port for inte

interrupt.c

//***************************************************************************** // // interrupt.c - Driver for the NVIC Interrupt Controller. // // Copyright (c) 2005-2008 Luminary Micro, Inc. Al