代码搜索:interrupt
找到约 10,000 项符合「interrupt」的源代码
代码结果 10,000
www.eeworm.com/read/315316/13546082
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/314726/13560203
h interrupt.h
/**********************************************************************************************
Interrupt.h file
作者:Computer-lov
建立日期:2006-4-20
修改日期:2006-4-20
版本:V1.0
版权所有,盗版必究。
www.eeworm.com/read/314632/13562962
h interrupt.h
/**********************************************************************************************
本程序只供学习使用,不得用于其它任何用途,否则后果自负。
ARM_OS_main.c file
LPC213x上的操作系统——ARM_OS
作者:heciang
联系电话
www.eeworm.com/read/314126/13574327
opt interrupt.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/314126/13574334
plg interrupt.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\baiyang\My Documents\51 lab\中断\interrupt.uv2
Project File Date: 04/11/2008
Output:
Build
www.eeworm.com/read/314126/13574335
hex interrupt.hex
:0300000002009962
:0C009900787FE4F6D8FD7581070200A511
:0C00A500D2AFD2A8D2AAC288C28A80FEC4
:03000300020016E2
:10001600C0E0C0F0C083C082C0D075D000C000C0B0
:1000260001C002C003C004C005C006C00712000616
www.eeworm.com/read/312506/13610830
c interrupt.c
#include "interrupt.h"
#include
extern unsigned char uart0_reset_count;
void timer0_ovf_isr(void)
{
TCNT0 = 0xB2; //reload counter value
timeup++;
//--------------------