代码搜索:硬件中断
找到约 10,000 项符合「硬件中断」的源代码
代码结果 10,000
www.eeworm.com/read/438225/7733649
h usb_isr.h
/*端点2,3中断处理函数没有用到,这里用的IQUE模式。所以使用端点4,5处理中断*/
#include "UF32reg.h"
#include "usb_includes.h" // USB全局变量定义
#include "SCI.h"
#include "data.h"
extern unsigned char gdata[256];
extern unsign
www.eeworm.com/read/399401/7865809
c tr.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit EXF2=T2CON^6
//主程序 定义中断源,并对定时器赋初值,以及向8253寄存器写控制字
void main(void)
{
//以下是设置中断
www.eeworm.com/read/197963/7960071
c tr.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit EXF2=T2CON^6
//主程序 定义中断源,并对定时器赋初值,以及向8253寄存器写控制字
void main(void)
{
//以下是设置中断
www.eeworm.com/read/331436/12829068
asm a01.asm
ORG 0000H
LJMP MAIN
ORG 001BH
RETI
ORG 0023H
LJMP CK01 ;串口中断跳
;ORG 000BH
;RETI ;定时器0 中断
LJMP D01
MAIN:
CLR P1.5
MOV A,#00H ;寄存器清零
MOV R0,A
M
www.eeworm.com/read/242302/13026723
html 20162.html
如何能让VB接受电脑外之中断---(使用8259卡或其他介面卡)-----有支援VB吗?
如何能让VB接受电脑外之中断---(使用8259卡或其他介面卡)-----有支援VB吗?
www.eeworm.com/read/242302/13030456
html 19597.html
请教在一般模组中使用Sub main()时,要如何使程式常驻而不中断
请教在一般模组中使用Sub main()时,要如何使程式常驻而不中断
www.eeworm.com/read/242302/13064265
html 19391.html
有人知道如何用 VB 强制性中断 连接资料库的使用者吗 ??? (急急急) (无内文)
有人知道如何用 VB 强制性中断 连接资料库的使用者吗 ??? (急急急) (无内文)
www.eeworm.com/read/242302/13073958
html 20168.html
Re: 如何能让VB接受电脑外之中断---(使用8259卡或其他介面卡)-----有支援VB吗?
Re: 如何能让VB接受电脑外之中断---(使用8259卡或其他介面卡)----
www.eeworm.com/read/322903/13361679
plg serial port.plg
礦ision2 Build Log
Project:
F:\ME500单片机开发系统\基础练习\中断应用\串口中断\C51\serial port.uv2
Project File Date: 12/18/2006
Output:
www.eeworm.com/read/312755/13605336
c 340_lcd.c
/******************************************************************************
由于LV595芯片片选引脚与以太网控制芯片CP2200中断引脚复用因些在此例程中加入了将
CP2200芯片中断关闭的代码。还要在建立工程文件时将CP220X_REG.C文件包含到工程中.
***********************