代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/181215/5277741
c rstrans.c
/********************************************
对外接口 RS232_Receive(从串口接收数据)
RS232_Send(从串口发送数据)
INIT232(初始化)
RSINTR(中断函数)
ChkEndR(检查帧发送结束)
www.eeworm.com/read/347593/3167174
h atmega16.h
#ifndef ATMEGA8_H
#define ATMEGA8_H
/*==============================*/
/* 各项时钟定义 */
/*==============================*/
/*定义AD时钟(同时打开AD使能与其中断)*/
#define SET_ADCLK_2 ADCSRA|=0x
www.eeworm.com/read/347593/3167469
h atmega8.h
#ifndef ATMEGA8_H
#define ATMEGA8_H
/*==============================*/
/* 各项时钟定义 */
/*==============================*/
/*定义AD时钟(同时打开AD使能与其中断)*/
#define SET_ADCLK_2 ADCSRA|=0x
www.eeworm.com/read/331810/3403899
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/321071/3540165
c rstrans.c
/********************************************
对外接口 RS232_Receive(从串口接收数据)
RS232_Send(从串口发送数据)
INIT232(初始化)
RSINTR(中断函数)
ChkEndR(检查帧发送结束)
www.eeworm.com/read/291346/3967237
c rstrans.c
/********************************************
对外接口 RS232_Receive(从串口接收数据)
RS232_Send(从串口发送数据)
INIT232(初始化)
RSINTR(中断函数)
ChkEndR(检查帧发送结束)
www.eeworm.com/read/395104/8195706
asm int.asm
;**************************************************
; 平凡单片机工作室
; http://www.mcustudio.com
; (c) Copyright 2003 Pingfan's McuStudio
; All rights Reserved
;int.asm
;作者:周坚
;功能描述:外中断0响应
www.eeworm.com/read/395104/8196026
asm disp2.asm
;**************************************************
; 平凡单片机工作室
; http://www.mcustudio.com
; (c) Copyright 2003 Pingfan's McuStudio
; All rights Reserved
;disp2.asm
;作者:周坚
;功能描述:定时中断
www.eeworm.com/read/171020/9775341
h serial.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//基于中断的串口驱动及显示程序
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********************
www.eeworm.com/read/171020/9775388
h serial.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//基于中断的串口驱动及显示程序
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********************