代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/139269/13165619
h timer.h
/*************************************************/
/****************定时器************************/
/*************2003年2月9日*********************/
/************WROTE BY WANGSW*******************
www.eeworm.com/read/241154/13165960
o timer.o
www.eeworm.com/read/241153/13166006
o timer.o
www.eeworm.com/read/241152/13166051
o timer.o
www.eeworm.com/read/241150/13166098
o timer.o
www.eeworm.com/read/241136/13166363
o timer.o
www.eeworm.com/read/241136/13166438
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/241136/13166552
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Done(void);
void __
www.eeworm.com/read/139254/13166623
asl timer.asl
Device(TMR) { // Timer
Name(_HID,EISAID("PNP0100")) // Hardware Device ID
Name(_CRS,Buffer(){
0x47, // IO port descriptor
www.eeworm.com/read/241136/13166673