代码搜索结果

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

interrupt.c

/*************************************************/ /**************中断服务***********************/ /*************2003年1月24日*********************/ /************WROTE BY WANGSW********************

interrupt.h

/*************************************************/ /**************中断服务***********************/ /*************2003年1月24日*********************/ /************WROTE BY WANGSW********************

interrupt.c

/* ####################################### #FILE # $RCSfile: interrupt.c,v $ # $Date: 2004/05/27 14:42:41 $ # $Revision: 1.4 $ #DESCRIPTION # interrupt handler #COPYRIGHT # (c) 2003 Metrower

interrupt.c

#include int t0Counter = 0; int t1Counter = 0; void main(void) { IE = 0x87; //Enable interrupts TMOD = 0x22; //Mode 2 TL0 = 6; //Timer init value , 250us TH0 = 6; //Timer

interrupt.c

#include #include #include #include #include #include #include "define.h" #include "val.h" #include "function.h" //--

interrupt.c

/***************************************** NAME: eint.c DESC: External interrupt test HISTORY: 2005.11.23:cha gyu hwan 2413 ver 0.0 2003.05.xx:DonGo: modifed for 2442 ver 0.1 ****

interrupt.h

//==================================================================== // File Name : eint.h // Function : S3C2442 Interrupt Test Head File // Date : March 12, 2002 // Version : 0.0 // Hi

interrupt.c

#include "s3c2410.h" #include "interrupt.h" void Timer0_Handle() { if(INTOFFSET == 10){ GPBDAT = ~(GPBDAT & (0xf