代码搜索:interrupt

找到约 10,000 项符合「interrupt」的源代码

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

asm interrupt.asm

[BITS 32] ;默认中断处理函数 [GLOBAL interrupt_asm_default_handle_for_interrupt] [SECTION .text] interrupt_asm_default_handle_for_interrupt: ;;告诉硬件,中断处理完毕,即发送 EOI 消息 mov al , 0x
www.eeworm.com/read/143053/12902399

c interrupt.c

#include "interrupt.h" #include "io.h" /************************************************* * 下面是本函数所要用到的东西的声明 * *************************************************/ /* idt 表项结构 */
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/143044/12902788

exe interrupt.exe

www.eeworm.com/read/143044/12902801

~ex interrupt.~ex

www.eeworm.com/read/143044/12902804

txt interrupt.txt

CODE SEGMENT ASSUME CS: CODE NEW_INT: ;接收字符的中断处理程序 STI ;CPU开中断 MOV DX , 3F8H ;接收字符
www.eeworm.com/read/243428/12941978

exe interrupt.exe

www.eeworm.com/read/243428/12941984

txt interrupt.txt

CODE SEGMENT ASSUME CS: CODE NEW_INT: ;接收字符的中断处理程序 STI ;CPU开中断 MOV DX , 3F8H ;接收字符
www.eeworm.com/read/243211/12955167

obj interrupt.obj

www.eeworm.com/read/243211/12955204

#2 interrupt.#2

#define INT_ISR_C #include "c8051F330.h" #include "rs232.h" char rece,count_UART,count_UART1; char Rec_OK,Tran_OK; char Tran_Flag; char xdata sSendComBuf[8],sRecComBuf[8]; char *pointe