代码搜索:中断处理

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

代码结果 10,000
www.eeworm.com/read/143053/12902408

h interrupt.h

#ifndef _PYOS_INTERRUPT_H_ #define _PYOS_INTERRUPT_H_ /* 中断初始化函数 */ void interrupt_init() ; /* 开中断 */ void interrupt_open_interrupt() ; /* 关中断 */ void interrupt_close_interrupt() ; /*
www.eeworm.com/read/241799/13115711

c keil.c

/*************测试控制器程序 ************************* ** 编号 中断源 入口地址 ** ** 0 外部中断0 0003H ** ** 1 定时计数0 000BH ** ** 2 外部中断1 0013H ** ** 3
www.eeworm.com/read/272855/4214813

asm int-1ch.asm

DATA SEGMENT OFF_0 DW ? ;中断向量偏移地址 SEG_0 DW ? ;中断向量段地址 MASK_I DB ? ;系统原始中断屏蔽字 TN DB '0 ' ,'s'
www.eeworm.com/read/294698/8210900

h interrupt.h

#ifndef _PYOS_INTERRUPT_H_ #define _PYOS_INTERRUPT_H_ /* 中断初始化函数 */ void interrupt_init() ; /* 开中断 */ void interrupt_open_interrupt() ; /* 关中断 */ void interrupt_close_interrupt() ; /*