代码搜索结果

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

interrupt.h

/********************************************************************************************** Interrupt.h file 作者:Computer-lov 建立日期:2006-4-20 修改日期:2006-4-20 最后修改时间:2006-08-25 版本:

interrupt.cc

// 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,

44 external interrupt.plg

礦ision3 Build Log Project: D:\单片机\工具\Proteus在MCS-51ARM7系统中的应用百\MCS-51_examples\Chapter_5\44 External Interrupt\逆向\44 External Interrupt.uv2 Project File Dat

44 external interrupt.lnp

"main.obj" TO "44 External Interrupt"

interrupt-c.uv2

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

interrupt-c.plg

礦ision2 Build Log Project: C:\Documents and Settings\ycj\My Documents\51\MCS-51使用与实例\lala\中断\c\interrupt-c.uv2 Project File Date: 05/01/2006 Output:

interrupt.c

//Interrupt //-******************************************************************** #include "main.h" //-******************************************************************** unsigned char RS232[10

interrupt.cpp

#include "AvrCalendar.h" #include "EEprom.h" #include "Ring.h" //#include extern CAvrCalendar AvrCalendar; //TC2, 64Hz //ISR(TIMER2_COMP_vect) #ifdef __ICCAVR__ #pragma vec

interrupt.s

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