代码搜索:中断驱动

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

代码结果 10,000
www.eeworm.com/read/472933/6859998

asm ex8-6.asm

ORG 0000H START: LJMP MAIN ORG 0003H ;外部中断 入口 LJMP INSER ;转到中断服务程序 ORG 0030H MAIN: MOV DPTR,#7FFFH ;DAC0832地址 SETB EX0 ;允许 中断 SETB IT0 ;负
www.eeworm.com/read/134820/13973407

asm vectors.asm

.title "vectors.asm" .ref _nothing;直接返回的中断服务程序符号 .ref _c_int0;复位向量符号 .ref _adcint;ADC中断 .ref _timer3;timer3周期中断 .sect ".vectors" RSVECT: B _c_int0 ; Res
www.eeworm.com/read/315415/6293437

txt k0108lcd_qd.txt

**************************************************************************************** * 文件名:lcd_12864.h * 功能:ks0108型12864液晶驱动及函数库 * 日期:2007.11.16 * 备注:液晶底层驱动 **************************
www.eeworm.com/read/259379/11804858

c sd.c

//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&SD卡驱动&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& //*文件名称:sd.c //*文件作用:SD卡驱动 //*文件作者:翟 鹏 //*创建日期:2004年5月 //&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
www.eeworm.com/read/259379/11804860

h sd.h

//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&SD卡驱动&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& //*文件名称:sd.h //*文件作用:SD卡驱动 //*文件作者:翟 鹏 //*创建日期:2004年5月 //&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
www.eeworm.com/read/202017/15391047

txt tlc2543c.txt

C51编程:TLC2543驱动程序 /************************************** TLC2543驱动程序 *************************************/ #include #include /************************
www.eeworm.com/read/391291/8411661

-

; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 中断入口程序 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ORG 0000H LJMP START
www.eeworm.com/read/175103/9560316

txt 时钟cloc.txt

; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 中断入口程序 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ORG 0000H LJMP START
www.eeworm.com/read/399506/7856324

txt 时钟cloc.txt

; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 中断入口程序 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ORG 0000H LJMP START
www.eeworm.com/read/409063/11359244

h mpasub.h

/**************************************************** *---------------------------------------------------* * 功能描述: 初始化、基本函数、中断等 * *---------------------------------------------------*/ #if