代码搜索:中断处理

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

代码结果 10,000
www.eeworm.com/read/164406/10110914

cpp intlight.cpp

//*------------------------------------------------------*/ //* IntLight.cpp(中断方式点亮彩灯实验) */ //* 中断方式点亮彩灯实验 Source File */ //* Copyright (c) 2005 by HUST
www.eeworm.com/read/475678/6775690

cpp intead.cpp

//*-------------------------------------------------------*/ //* IntAD.cpp(中断方式数据采集实验) */ //* 中断方式数据采集实验 Source File */ //* Copyright (c) 2005 by HUS
www.eeworm.com/read/249482/4450691

dat funtc289.dat

函数名称: setvect 函数原型: void setvect(int interruptno, void interrupt (*isr)()) 函数功能: 为指定的中断向量设置中断服务函数 函数返回: 函数说明: interruptno 中断向量,isr中断函数,该函数应使用interrupt关键字声明 所属文件:
www.eeworm.com/read/298155/3874844

dat funtc289.dat

函数名称: setvect 函数原型: void setvect(int interruptno, void interrupt (*isr)()) 函数功能: 为指定的中断向量设置中断服务函数 函数返回: 函数说明: interruptno 中断向量,isr中断函数,该函数应使用interrupt关键字声明 所属文件:
www.eeworm.com/read/349000/10856659

txt 定时器实验说明.txt

1、TIMER0 MAT_INT 定时器0匹配产生中断 2、TIMER1 MAT_OUTPUT 定时器1匹配输出翻转 3、TIMER1 PWM_OUTPUT 定时器1PWM输出 4、TIMER2 CAP_INT 定时器2捕获产生中断
www.eeworm.com/read/485793/6547191

txt 定时器实验说明.txt

1、TIMER0 MAT_INT 定时器0匹配产生中断 2、TIMER1 MAT_OUTPUT 定时器1匹配输出翻转 3、TIMER1 PWM_OUTPUT 定时器1PWM输出 4、TIMER2 CAP_INT 定时器2捕获产生中断
www.eeworm.com/read/392317/8349777

c config.c

//初始化端口 #include "sfr.h" #include "port.h" void Voltage_Reference_Init() { REF0CN = 0x02; //内部偏压发生器工作 } void Port_IO_Init() { P3MDOUT = 0x08;//P3.3脚为高电平输入 P0MDOUT
www.eeworm.com/read/373225/9468615

c serialinter.c

Void SerialInter ( ) interrupt 4 { EA = 0; //关中断 if (RI0) //接收中断标志位为1时进行储存数据操作 { RI0 = 0; //接收中断标志位软件清0 if ((SeRecSta