代码搜索:触发中断

找到约 10,000 项符合「触发中断」的源代码

代码结果 10,000
www.eeworm.com/read/347293/11675838

c main.c

/**************************************** *实验目的:熟悉定时器溢出中断编程 *设 计:萧联珠 *日 期:2007-11-20 ****************************************/ #include #include "cfg.h" void main() { por
www.eeworm.com/read/259508/11786048

h serial.h

//********************************************************************************** //杨屹 2002/08/20 第一版 //基于中断的串口驱动及显示程序 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //***********************
www.eeworm.com/read/259508/11786072

c serial.c

//********************************************************************************** //杨屹 2002/08/20 第一版 //基于中断的串口驱动及显示程序 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //***********************
www.eeworm.com/read/338966/12269416

asm y15.asm

ORG 0000H AJMP MAIN ORG 0003H AJMP SERVE ;中断入口 ORG 0060H MAIN: MOV A,#82H ;工作方式控制字 MOV DPTR,#8003H
www.eeworm.com/read/250944/12374536

c uart.c

#include "common.h" #include "UART.h" #include uchar Send_Buf; //发送数据绶冲区 uchar Recv_Buf; //接收数据缓冲区 //接收中断************************************************************
www.eeworm.com/read/250203/12424909

c dizhi2#.c

#include #include #include unsigned char serial_receiver; sbit P3_5=P3^5; /**************************************** 串行口中断子程序 **************************
www.eeworm.com/read/250203/12424917

c dizhi1#.c

#include #include #include unsigned char serial_receiver; sbit P3_5=P3^5; /**************************************** 串行口中断子程序 **************************
www.eeworm.com/read/148601/12448270

c key_matrix.c

/******************************************* *文件名: Key_Matrix.C *Copyright: www.zlgmcu.com *日期: 13:44 04-3-8 *功能: 可中断型键盘矩阵的示例代码 *******************************************/ #include "reg932.h"
www.eeworm.com/read/230994/14262442

asm sys.asm

.INCLUDE Hardware.inc; .CODE .PUBLIC _System_Initial; _System_Initial: .PROC //---------------- 系统时钟、中断 --------------------// r1=0 [P_SystemClock]=r1 r1=0 [R_Inte
www.eeworm.com/read/227964/14405111

c main.c

/////////////////////////////////////////////////////////////////////////// // 数码管显示 ,要求输出调用函数对应的数据 // 函数调用 调用参数是十六进制数 // 同时利用中断 // 2007.06.07 #include "common/common.h" #include "led/disp