代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
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
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.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.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005-2007 Luminary Micr
interrupt.s
.file "interrupt.S"
/*
* Copyright (C) 1998, 1999, 2001, Jonathan S. Shapiro.
*
* This file is part of the EROS Operating System.
*
* This program is free software; you can redistribute it and/o
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.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
#include
#include
#i
interrupt.s
/*
* U-boot - interrupt.S Processing of interrupts and exception handling
*
* Copyright (c) 2005 blackfin.uclinux.org
*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@d