代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/203683/15353546
h timer.h
/********************************************************************
*Copyright-(c) 2003, *
*All rights reserved.
www.eeworm.com/read/203683/15353547
c timer.c
/*********************************************************************
*Copyright-(c) 2003, *
*All rights reserved.
www.eeworm.com/read/203256/15363177
c timer.c
//时钟走时
void Timer(void)
{
uint temp,temp1;
TIME++;
if(TIME==0XC8) //1S到了没?
{
TIME = 0;
SEC++; //走秒
if(SEC==60)
{
SEC = 0;
MIN++; //走分,BCD码
www.eeworm.com/read/202482/15382058
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/202330/15385978
mcp timer.mcp
www.eeworm.com/read/202330/15385991
axf timer.axf
www.eeworm.com/read/201532/15402522
mak timer.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/201532/15402529
out timer.out
www.eeworm.com/read/201345/15409743
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/201192/15413687
cmd timer.cmd
/****************************************************************************\
\* Timer.cmd V1.00 *\
\* Copyright 2004 by SEED Electronic Technology LTD.