代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

interrupt.asm

;************************************************ ;Name :InterruptSub ;Function: ;Input : ;Output : ;Register Used: ;************************************************* InterruptSub: XCH A,Acc

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

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

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

interrupt.c

//================================================================================ // // INTERRUPT.C - S3C2400 Interrupt Functions // // (C) Copyright 2003-3-19, ARM STUDY GROUP (Yoon Gwang-Yoon)