代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/225831/14514030
c lcd.c
//控制器:HD61830
//设计者:李晶皎
//MCU:MC68HC908GP32
#include "gp32.h"
/*开中断*/
#define cli() _asm("cli\n")
/*关中断*/
#define sei() _asm("sei\n")
#define nop() _asm("nop\n")
typedef unsigned int Uint; /*
www.eeworm.com/read/225831/14514072
c kb.c
#include "gp32.h"
#include "lcd.h"
#define cli() _asm("cli\n") //开中断
#define sei() _asm("sei\n") //关中断
#define nop() _asm("nop\n") //空操作
//键盘初始化程序
void init_Key(void)
{
DDRA=0X0F; //A口与键
www.eeworm.com/read/114100/15081230
html 16523.html
Re: 如何写侦测TCP/IP是否连线中断,发出警告的程式
Re: 如何写侦测TCP/IP是否连线中断,发出警告的程式
www.eeworm.com/read/114100/15093113
html 16369.html
如何写侦测TCP/IP是否连线中断,发出警告的程式
如何写侦测TCP/IP是否连线中断,发出警告的程式
www.eeworm.com/read/114100/15101927
html 16425.html
Re: 如何写侦测TCP/IP是否连线中断,发出警告的程式
Re: 如何写侦测TCP/IP是否连线中断,发出警告的程式
www.eeworm.com/read/8474/148235
c ex53.c
//实例53:用外中断0的中断方式进行数据采集
#include //包含51单片机寄存器定义的头文件
sbit S=P3^2; //将S位定义为P3.2,
/*******************************************
函数功能:主函数
******************************************/
www.eeworm.com/read/11048/194860
c inter.c
#include
#include
#include
#include "source.h"
void serial() interrupt 4{/*C52串行异步口接收和发送中断*/
if(RI){//接收中断处理
dsr_buf[dsr_head]=SBUF;
dsr_head++;
www.eeworm.com/read/11048/195144
c inter.c
#include
#include
#include
#include "source.h"
void serial() interrupt 4{/*C52串行异步口接收和发送中断*/
if(RI){//接收中断处理
dsr_buf[dsr_head]=SBUF;
dsr_head++;
www.eeworm.com/read/12173/239763
c ex53.c
//实例53:用外中断0的中断方式进行数据采集
#include //包含51单片机寄存器定义的头文件
sbit S=P3^2; //将S位定义为P3.2,
/*******************************************
函数功能:主函数
******************************************/
www.eeworm.com/read/19111/811655
sdi ex8-7.sdi
,,, ORG 0000H ;主程序入口
0000,01 15,, AJMP MAIN
,,, ORG 0013H ;外中断 入口
0013,01 2D,, AJMP BINT1 ;转至ADC0809中断服务子程序
0015,78 30,MAIN,MAIN: MOV R