代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/428574/8858457
doc 中断.doc
www.eeworm.com/read/364676/9898609
c 中断.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
unsigned char CH_data[8];
#define CH0 XBYT
www.eeworm.com/read/351955/10590372
mwp 中断.mwp
www.eeworm.com/read/421702/10708835
c 中断.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
unsigned char CH_data[8];
#define CH0 XBYT
www.eeworm.com/read/470124/6924896
中断法
www.eeworm.com/read/456019/7359655
模拟中断
www.eeworm.com/read/456010/7359734
模拟中断
www.eeworm.com/read/440764/7681870
plg 中断.plg
礦ision2 Build Log
Project:
F:\software\开发板程序集合\DY460\中断\中断.uv2
Project File Date: 04/14/2008
Output:
Build target 'Target 1'
compiling 中断.c..
www.eeworm.com/read/440764/7681871
c 中断.c
//按键中断程序
#include
main()
{
P1=0x55;//P1口初始值
EA=1;//全局中断开
EX0=1;//外部中断0开
while(1)
{
}
}
void ISR_Key(void) interrupt 0 using 1
{
P1=~P1;//s3按下触发一次,P1取反一次
}
www.eeworm.com/read/440764/7681872
lst 中断.lst
C51 COMPILER V7.06 謃__ 04/14/2008 11:59:59 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE 謃__
OBJECT MODULE PLACED IN 中断.O