代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
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.prj
# Simple Project file created by ASPEX. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2000 - Allant Software
$sARM_prj.stp
[PROJECT]
author_=jppe
interrupt.map
Link Date: Thu Feb 21 20:07:20 2002
Host OS: GHS_WIN32
Version: ELXR 2.0 (c) 1999 Green Hills Software Build: Apr 28 2001
Load Map Thu Feb 21 20:07:20 2002
Image Summary
Section
interrupt.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------
interrupt.map
Link Date: Thu Feb 21 20:02:14 2002
Host OS: GHS_WIN32
Version: ELXR 2.0 (c) 1999 Green Hills Software Build: Apr 28 2001
Load Map Thu Feb 21 20:02:14 2002
Image Summary
Section
interrupt.map
Link Date: Thu Feb 21 20:00:44 2002
Host OS: GHS_WIN32
Version: ELXR 2.0 (c) 1999 Green Hills Software Build: Apr 28 2001
Load Map Thu Feb 21 20:00:44 2002
Image Summary
Section
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.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)
{