代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/276309/10749332
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/421154/10752832
c timer.c
/* General purpose software timer facilities
*/
#include
#include "global.h"
#include "timer.h"
#include "proc.h"
#include "mbuf.h"
#include "commands.h"
#include "daemon.h"
#inclu
www.eeworm.com/read/421154/10753009
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* Software timers
* There is one of these structures for each simulated timer.
* Whenever the timer is runn
www.eeworm.com/read/420994/10761933
h timer.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/420994/10761952
c timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
www.eeworm.com/read/420994/10761998
o timer.o
www.eeworm.com/read/420994/10762069
o timer.o
www.eeworm.com/read/420994/10762097
prj timer.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
www.eeworm.com/read/420979/10763261
plg timer.plg
礦ision3 Build Log
Project:
E:\XrEmbedded\Z32R\Software\Example\12.1 - Timer\Timer.uv2
Project File Date: 05/06/2008
Output:
www.eeworm.com/read/420979/10763276
opt timer.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {