代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/323172/13348224
c timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
www.eeworm.com/read/323122/13349744
c timer.c
/*#######################################################################################
Copyright (C) 2004 Ulrich Radig
########################################################################
www.eeworm.com/read/323122/13349746
h timer.h
/*#######################################################################################
Copyright (C) 2007 Ulrich Radig
########################################################################
www.eeworm.com/read/136959/13351785
c timer.c
/*_ timer.c Mon Feb 29 1988 Modified by: Jerry Coffin */
/* Written by Walter Bright */
/* To compile (with Zortech C): */
/* ZTC -
www.eeworm.com/read/323035/13357120
asm timer.asm
www.eeworm.com/read/323027/13357700
c timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
www.eeworm.com/read/323027/13357708
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/323027/13357756
o timer.o
www.eeworm.com/read/136845/13359152
h timer.h
/*
* $Revision: 1.3 $
*/
void AT91InitTimer();
void AT91StartTimer();
void TimerBeat(void);
void Sleep(int milliseconds);
int SleepEx(int milliseconds);
www.eeworm.com/read/136845/13359154
c timer.c
/*
* $Revision: 1.3 $
*/
#include "..\CPU\config.h"
#include "timer.h"
static volatile unsigned int ms_ctr = 0;
static volatile unsigned int tick = 0;
extern int test_number;
//stati