代码搜索:中断处理
找到约 10,000 项符合「中断处理」的源代码
代码结果 10,000
www.eeworm.com/read/466178/7040366
asm inter2-0.asm
ORG 00H
JMP MAIN
ORG 03H ;INT0中断子程序起始地址
JMP EXT0 ;中断子程序
ORG 13H ;INT1中断子程序起始地址
JMP EXT1 ;中断子程序
ORG 30H
MAIN: MOV IE,#10000101B ;INT0,INT1中断使能
MOV IP,#00000010B ;INT1中断优先
M
www.eeworm.com/read/13155/269478
asm inter2-0.asm
ORG 00H
JMP MAIN
ORG 03H ;INT0中断子程序起始地址
JMP EXT0 ;中断子程序
ORG 13H ;INT1中断子程序起始地址
JMP EXT1 ;中断子程序
ORG 30H
MAIN: MOV IE,#10000101B ;INT0,INT1中断使能
MOV IP,#00000010B ;INT1中断优先
M
www.eeworm.com/read/14193/322304
asm inter2-0.asm
ORG 00H
JMP MAIN
ORG 03H ;INT0中断子程序起始地址
JMP EXT0 ;中断子程序
ORG 13H ;INT1中断子程序起始地址
JMP EXT1 ;中断子程序
ORG 30H
MAIN: MOV IE,#10000101B ;INT0,INT1中断使能
MOV IP,#00000010B ;INT1中断优先
M
www.eeworm.com/read/378549/9224198
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/169574/9851055
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/361879/10030619
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/354061/10393198
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/349350/10833986
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/463158/7186966
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。
www.eeworm.com/read/454710/7384510
txt 注意:.txt
模板 Thumb Executable Image for lpc2131
和 ARM Executable Image for lpc2131在处理中断方式上的不一样。
Thumb Executable Image for lpc2131采用传统方式,清零CPSR的相应位,
ARMExecutable Image for lpc2131有函数管理。