代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/328625/13011498
c timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
www.eeworm.com/read/328625/13011697
h timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C24a0Timer Test Head File
// History
// 0.0 : Programming start (1,2004) -
www.eeworm.com/read/328625/13011918
o timer.o
www.eeworm.com/read/328625/13012056
o timer.o
www.eeworm.com/read/328533/13021776
h timer.h
/*H***************************************************************************
*
* $Archive:: $
* $Revision::
www.eeworm.com/read/328533/13021846
c timer.c
/*H*****************************************************************************
*
* $Archive:: $
* $Revision::
www.eeworm.com/read/328533/13021879
asm timer.asm
;******************************************************************************
;* TMS320C6x ANSI C Codegen Version 4.20 *
;* Date/Time created: Sat Jan 10 16:56
www.eeworm.com/read/328469/13025822
lst timer.lst
C51 COMPILER V7.08 TIMER 04/06/2008 23:24:40 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
www.eeworm.com/read/328469/13025971
c timer.c
#include
#include "global.h"
#include "util.h"
#include "timer.h"
//*****************************
//延时n x 100ns
void delay(unsigned char xdata d) //在源程序开头定义是否用w77e58或22。1184M
www.eeworm.com/read/328469/13026020
h timer.h
#ifndef timer_h
#define timer_h
void delay(unsigned char xdata d);
void delay_ms(unsigned char xdata d);
#endif