代码搜索结果

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

interrupt.h

/********************************************************* Project: ST FST(TDA7540) File name: interrupt.h Description: Write/Modify: Perry Liang Time: 2006-1-24- 15:32:45 **************

interrupt.__i

"片上资源管理\Interrupt.c" BROWSE DEBUG OBJECTEXTEND PRINT(.\Interrupt.lst) OBJECT(.\输出文件\Interrupt.obj)

interrupt.lst

C51 COMPILER V8.08 INTERRUPT 09/19/2008 21:25:28 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE INTERRUPT OBJECT MODULE PLACED

interrupt.s

/********************************************************************************************* * File: interrupt.s * Author: Embest w.h.xie * Desc: register in and out stack * History: *********

interrupt.h

#ifndef TYPEINTERRUPT_H #define TYPEINTERRUPT_H #include "regs240x.h" asm( " .ref _PVECTOR"); void interrupt PHANTOM(void); void XINT1_ISR (void); //01H void ADCI

interrupt.cpp

// interrupt.cc // Routines to simulate hardware interrupts. // // The hardware provides a routine (SetLevel) to enable or disable // interrupts. // // In order to emulate the hardware, we need to ke

interrupt.h

// interrupt.h // Data structures to emulate low-level interrupt hardware. // // The hardware provides a routine (SetLevel) to enable or disable // interrupts. // // In order to emulate the hardware,

interrupt.c

/******************************************************************/ /* Example NT/2000/XP Interrupt & DPC Driver */ /* Copyright 2001 Craig Peacock, Craig.Peacock@beyondlogic.

interrupt.c

#include "Ethernet\Emac.h" extern Handle hEMAC; extern Uint16 eventId1; interrupt void EMACInterruptISR() { Uint32 i; IRQ_disable( IRQ_EVT_MACINT ); // Since ISR is left masked by

interrupt.c

/******************************************************************* * 这是一段用户层的中断程序应用代码 * $$$$ 运行在用户空间 * 按下面的命令编译: * usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * *********