代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
interrupt.plg
礦ision2 Build Log
Project:
D:\Luke\HardWare\lu\example\QH_MCU_V1.1\中断实验\interrupt.uv2
Project File Date: 09/20/2007
Output:
interrupt.hex
:0300E10001080013
:030003000200D127
:0800D100C2AF750801D2AF3285
:030013000200D90F
:0800D900C2AF750800D2AF327E
:1000BD00D2AFD288D2A8D2AA1200A2E50860FC1253
:0400CD0000A280F716
:0C000600E4FEE4FF0F
interrupt.lst
C51 COMPILER V7.07 INTERRUPT 09/20/2007 09:33:08 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
#include
#include
//说明:按下S18外部中断0按键蜂鸣器开始鸣叫,按下S19外部中断1按键蜂鸣器停止鸣叫
static uchar beep_flag = 0;
void delay ();
void speaker1();
void ISRit0(void) interrupt 0 using 0
{
EA = 0;
interrupt.def
LIBRARY rtmtcon
DESCRIPTION 'Win32 RTMTCON'
VERSION 1.0
HEAPSIZE 0x10000 0x1000
EXPORTS
RTXEntry @1
interrupt.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
interrupt.dsp
# Microsoft Developer Studio Project File - Name="interrupt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)