代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.h
/* Timer.h
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define T/
timer.cpp
/* Timer.cpp
*
* Accurate timing.
*
* #define one of the following values to select the appropriate code
* based on your microcontroller and desired Timer/Counter (T/C) usage.
*
* define
timer.lst
C51 COMPILER V7.50 TIMER 06/22/2006 09:45:43 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
timer.mak
# Microsoft Developer Studio Generated NMAKE File, Based on Timer.dsp
!IF "$(CFG)" == ""
CFG=Timer - Win32 Debug
!MESSAGE No configuration specified. Defaulting to Timer - Win32 Debug.
!ENDIF
timer.plg
Build Log
--------------------Configuration: Timer - Win32 Debug--------------------
Command Lines
Creating temporary file "E:\DOCUME~1\ADMINI~
timer.dsp
# Microsoft Developer Studio Project File - Name="Timer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
timer.dep
# Microsoft Developer Studio Generated Dependency File, included by Timer.mak
timer.lst
ARM COMPILER V2.53, Timer 22/09/07 23:08:04 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE Timer
OBJECT MODULE PLACED IN
timer.c
/**********************************************************************************************
Timer.c file
定时器的相关函数
作者:lig
建立日期:2006-4-25
修改日期:2006-4-25
版本:V1.0
*****************************
timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------