代码搜索:interrupt

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

代码结果 10,000
www.eeworm.com/read/331680/12815238

h interrupt.h

/************************************************************************************ * Copyright (c), 2004-2007,西安铭朗电子科技有限责任公司 * All rights reserved. * * Http: www.mlarm.com * Email
www.eeworm.com/read/331661/12816348

exe interrupt.exe

www.eeworm.com/read/331661/12816354

txt interrupt.txt

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

c interrupt.c

#include "reg.h" extern unsigned volatile int counter_32; extern unsigned volatile int counter_256; extern unsigned volatile int wng_clk; extern unsigned volatile int wng_data; extern unsigne
www.eeworm.com/read/331180/12842001

c interrupt.c

#include "lprps.h" static void sig_int(int signo) /* SIGINT handler */ { intr_flag = 1; return; } /* This function is called after SIGINT has been delivered, * and the main loop has recognized i
www.eeworm.com/read/244372/12870113

o interrupt.o

www.eeworm.com/read/143387/12879860

test interrupt.test

# 2004 Feb 8 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yourself
www.eeworm.com/read/143189/12890232

o interrupt.o

www.eeworm.com/read/143189/12890238

c interrupt.c

#include "s3c2410.h" #include "interrupt.h" #include "serial.h" void EINT_Handle() { unsigned long oft = INTOFFSET; switch( oft ) { case 1: printk("EINT1, K1 pressed!\n\r"); break; case 2: pri
www.eeworm.com/read/143189/12890262

h interrupt.h

void EINT_Handle();