代码搜索:触发中断
找到约 10,000 项符合「触发中断」的源代码
代码结果 10,000
www.eeworm.com/read/104347/15697653
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/104347/15697663
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/104243/15700790
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/104033/15712128
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/102572/15770381
s 44binit.s
;****************************************************************************
;【文 件 名 称】44binit.s
;【功 能 描 述】C程序开始代码,用于配置存储器空间、初始化中断和堆栈等
;【程 序 版 本】2.0
;************************************
www.eeworm.com/read/291639/8406421
c interrupt.c
/*******************************************************************
* 这是一段用户层的中断程序应用代码
* $$$$ 运行在用户空间
* 按下面的命令编译:
* usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
*
*********
www.eeworm.com/read/290587/8473882
h main.h
#ifndef MAIN_H
#define MAIN_H
#define ENABLE_BIT_DEFINITIONS
#define OutPort PORTD
#define ConPort PORTB
#define TIMES 125 //中断次数
#ifdef MAIN_C
unsigned char data[4] = {0,0,
www.eeworm.com/read/187967/8584570
c main_c.c
/************************************************************
* 文件名称:main_c.c
* 文件说明:测试 basic Timer1 定时器功能的C程序
* 实验使用定时器中断方式,重做键盘与LED的实验
*****************************************************
www.eeworm.com/read/286622/8753368
c rx_tx.c
#include"reg51.h"
#define uchar unsigned char
#define uint unsigned int
uchar temp;
void serial(void)interrupt 4 using 1
{
ES=0; //禁止串口中断
while(RI==0);RI=0;
temp=SBUF;