代码搜索结果

找到约 10,000 项符合 Timer 的代码

timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi

timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /

timer.c

/** * \addtogroup timer * @{ */ /** * \file * Timer library implementation. * \author * Adam Dunkels */ /* * Copyright (c) 2004, Swedish Institute of Computer Science. * All

timer.h

/** * \defgroup timer Timer library * * The timer library provides functions for setting, resetting and * restarting timers, and for checking if a timer has expired. An * application must "manual

timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph

timer.lst

C51 COMPILER V7.07 TIMER 12/06/2003 18:49:09 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN t

timer.h

////////////////////////////////// // timer.h // // design by: 刘俐训 // ////////////////////////////////// #ifndef TIMER_H #define TIMER_H #ifndef CLK #define CLK #define CLK

timer.c

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:Timer.c * 文件标识: * 摘 要:本文件是对Timer and Watch-dog进行初始化和操作。 * 当前版本:1

timer.h

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:Timer.h * 文件标识:头文件 * 摘 要:本文件是对timer进行初始化和操作的头文件声明 *