代码搜索结果

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

interrupt.h

//=========================================================== // Project Name(项目名称): SPCA755 rebuild // File Name(模块名称): interrupt.h // Built Date(创建日期):2004-09-14 // Abstract(模块描述): 中断功能

interrupt.h

/*************************************************************************** ** File name : interrupt.h ** Author : x.cheng ** Create date : ** ** Comments: ** interrupt...

interrupt.exp

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Pu

interrupt.c

#include #include #include #include int main () { char x; int nbytes; #ifdef usestubs set_debug_traps(); breakpoint(); #endif printf ("talk to me ba

interrupt.exp

# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Pu

interrupt.c

#include #include #include #include int main () { char x; int nbytes; #ifdef usestubs set_debug_traps(); breakpoint(); #endif printf ("talk to me ba

#interrupt.h#

#define INT_ADC_OFT 31 #define INT_RTC_OFT 30 #define INT_SPI1_OFT 29 #define INT_UART0_OFT 28 #define INT_IIC_OFT 27 #define INT_USBH_OFT 26 #define INT_USBD_OFT 25 //#define Reserved_OFT

interrupt.c

#include "s3c2410.h" #include "interrupt.h" #include "serial.h" #include "sched.h" void IRQ_Handle() { unsigned long oft = INTOFFSET; switch( oft ) { case EINT1_OFT: printk("EINT1, K1 pressed!\n

interrupt.c

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