代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.bld
#!build
default:
program
:arm_option=thumb_code
:arm_option=thumb_lib
:xfputype=none
:arm_cputype=arm7tm
:debuglevel=multi
:startfile_dir=-
:outputname=ghs\sram_ice\interrupt.ghs
:object_dir=
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
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
/*
* $Id: interrupt.h,v 1.1 2002/02/07 01:09:36 linfusheng Exp $
*/
#ifndef INTERRUPT_H
#define INTERRUPT_H
/*
* Interrupt handler chains. isa_intr_establish() inserts a handler into
* th
interrupt.c
/*
* $Id: interrupt.c,v 1.2 2002/02/07 01:08:53 linfusheng Exp $
*/
#include "includes.h"
#include "interrupt.h"
#define N_INTR 16
struct intrhand intrhand[N_INTR];
void
init_intr_t
interrupt.c
/*
* $Id: interrupt.c,v 1.1.1.1 1999/11/15 13:42:21 vadim Exp $
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This program is free software; you can redistribute it and/or modif
interrupt.h
/* interrupt.h */
#ifndef _LINUX_INTERRUPT_H
#define _LINUX_INTERRUPT_H
#include
#include
#include
#include
#include
#i
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr
interrupt.h
//*****************************************************************************
//
// interrupt.h - Prototypes for the NVIC Interrupt Controller Driver.
//
// Copyright (c) 2005,2006 Luminary Micr