代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/37144/1068988
uv2 中断.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target 'Ta
www.eeworm.com/read/295480/8159764
c pll中断实验.c
/**************************************************************
实验名称:PLL中断实验
实验目的:熟悉PLL的使用
实验准备:带中断的程序应该运行在FLASH模式下
实验日期:2008,3,30
作者: 刘启明
****************************************************
www.eeworm.com/read/295480/8159813
c pwm中断实验.c
/**************************************************************
实验名称:PWM中断实验
实验目的:熟悉PWM的使用
实验准备:带中断的程序应该运行在FLASH模式下
实验日期:2008,3,30
作者: 刘启明
****************************************************
www.eeworm.com/read/295379/8167519
中断计时流水灯
www.eeworm.com/read/394265/8239799
m51 中断.m51
BL51 BANKED LINKER/LOCATER V5.03 08/21/2008 11:33:14 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\KEIL2\C51\BIN\BL51.EXE 中断.ob
www.eeworm.com/read/394265/8239806
uv2 中断.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target 'Ta
www.eeworm.com/read/266010/11246700
c 按键中断扫描.c
//按键扫描驱动程序
unsigned char key,key_h,kpush;
unsigned int key_l;
//按键连接到p1.0、p1.1、p1.2
void int_t0(void) interrupt 1 {
unsigned char dd,i;
TL0=TL0+30;TH0=0xfb; //800
/* 按键判别 */
if ((P1&
www.eeworm.com/read/135026/13966688
doc 外部中断测试.doc
www.eeworm.com/read/339596/12223208
txt mcu3.txt
1,变量的命名
2,int_init()
Interrupt_priority_init
3,中断处理函数命名统一
4,msg还原
5,mmi_process,参数的含义,u8还是u16
6,MSTimerMode的定义
7,MSTIMER_MAX的名字不好
8,不用的功能用宏来屏蔽