代码搜索结果
找到约 62,480 项符合
Interrupt 的代码
interrupt.c
/*----------------------------------------------------------------
serial receive interrupt
----------------------------------------------------------------*/
#include"reg52.h"
#include"main.
interrupt.lst
C51 COMPILER V8.01 INTERRUPT 10/14/2008 09:55:55 PAGE 1
C51 COMPILER V8.01, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.lst
C51 COMPILER V7.50 INTERRUPT 09/20/2008 15:21:11 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.c
/*********interrupt.c****************/
#include "interrrupt.h"
extern xdata uchar state;
extern xdata uchar liangcheng;
extern xdata refreshTime;
extern xdata refreshTemp;
idata Counter period
external interrupt.asm
LED BIT P1.0
LEDBUF EQU 30H
ORG 00H
LJMP START
ORG 03H
LJMP INTERRUPT
START: CLR LEDBUF
CLR LED
MOV TCON,#01H ;外部中断0下降沿触发
MOV IE,#81H ;打开外部中断允许位(EX0)
;及总中断允许位(
external interrupt.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x
interrupt.c
#include "common.h"
void UartInt() interrupt 4
{
//串口发送
if(TI)
{
TI = 0;
ComSend();//发送数据
return;
}
//串口接收
if(RI)
{
RI = 0;
ComReceive(ReadCom());//
interrupt.c
#include "reg58.h"
void eint0() interrupt 0 using 1
{
}
void eint1() interrupt 2 using 1
{
}
void eint2() interrupt 7 using 1
{
}
void eint3() interrupt 8 using 1
{
}
void eint4()
eight interrupt.plg
礦ision2 Build Log
Project:
D:\八路模拟数据采集\eight interrupt.uv2
Project File Date: 06/07/2006
Output:
assembling eight interrupt.a51...
eight inte
eight interrupt._ia
"eight interrupt.a51" SET (SMALL) DEBUG EP