代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/289769/8528294
h timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2410 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
www.eeworm.com/read/289754/8528824
c timer.c
#include // SFR declarations
#define SYSCLK 22118400 // SYSCLK frequency in Hz
#define SAMP_RATE 2000
sfr16 RCAP3 = 0xCA;
www.eeworm.com/read/289711/8533713
sym timer.sym
www.eeworm.com/read/289711/8533721
tdf timer.tdf
SUBDESIGN timer
(
clk : INPUT ;
suocun : OUTPUT;
)
VARIABLE
f[3..0] : DFF;
suocun : DFF;
BEGIN
f[].clk=clk;
suocun.clk=clk;
f[].d=(!suocun)&(f[]+1);
suocun.d=f[3] & !f[2] & !f[1]
www.eeworm.com/read/188492/8536494
class timer.class
www.eeworm.com/read/188440/8540322
gif timer.gif
www.eeworm.com/read/389231/8540760
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
void Timer_PWM_Led(void) ;
#endif /*__TIMER_H__*/
www.eeworm.com/read/389231/8540938
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/188364/8545790
c timer.c
#include
#include
#include
#include
#include
int count = 0;
void set_timer()
{
struct itimerval itv,oldtv;
itv.it_interva
www.eeworm.com/read/389033/8552270
cpp timer.cpp
/************************************************************************
* file name: timer.cpp
* description: for test use.
* modification history
* --------------------
* 2003-5-3 9:23:11