代码搜索结果

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

timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ #define TIMER_DEV0 0 #define TIMER_DEV1 1 /* Timer Mode Register */ /*********************************************************/ /* TIMER

timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ void Test_Timer(void); void Test_WDTimer(void); void Test_TimerInt(void); #endif /*__TIMER_H__*/

timer.c

#include #include "..\..\inc\44b.h" #include "..\..\inc\44blib.h" #include "..\..\inc\cputest\timer.h" void __irq Timer0Done(void); void __irq Timer1Done(void); void __irq Timer2Don

timer.h

/*---------------------------------------------------------------- * timer.h - Libnet's timer function *---------------------------------------------------------------- * libnet is (c) Copyright C

timer.c

/*---------------------------------------------------------------- * timer.c -- default millisecond timer function *---------------------------------------------------------------- * libnet is (

timer.h

/***************************************************************************** * timer.h - Timer Services header file. * * Copyright (c) 1998 Global Election Systems Inc. * * The authors hereby g

timer.c

/***************************************************************************** * timer.c - Timer Services program file. * * Copyright (c) 1998 by Global Election Systems Inc. * * The authors here