代码搜索结果

找到约 51,516 项符合 Timer 的代码

timer.h

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

timer.c

#include #include "stdtypes.h" #include "key.h" #include "port.h" #include "timer.h" enum { KEY_STATUS_IDLE, KEY_STATUS_DOWN } key_status; UNS8 time_couter; //TIM

timer.h

// Timer.h #ifndef __TIMER_H #define __TIMER_H #include #include using namespace std; class Timer{ private: clock_t startTime; clock_t runTime; bo

timer.d

.\Obj\timer.o: ..\Common\src\timer.c .\Obj\timer.o: ..\Common\inc\LPC23xx.h .\Obj\timer.o: ..\Common\inc\type.h .\Obj\timer.o: ..\Common\inc\irq.h .\Obj\timer.o: ..\Common\inc\timer.h

timer.src

; .\Timer.SRC generated from: ..\SourceFile\Timer.c ; COMPILER INVOKED BY: ; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\Timer.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\Timer.lst) SRC

timer.ls1

A51 MACRO ASSEMBLER TIMER 10/31/2003 02:22:23 PAGE 1 MACRO ASSEMBLER A51 V7.01 OBJECT MODULE PLACED IN .\Timer.OBJ ASSEMBLER

timer.lst

C51 COMPILER V8.01 TIMER 04/17/2008 09:54:22 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN .

timer.pbd

This is an internal working file generated by the Source Browser. 18:33 16s C:\Documents and Settings\Administrator\桌面\timer\Debug\Obj\main.pbi

timer.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; entity Timer is generic(MAX : positive := 300); --timeout value Port ( clk : in std_logic; --10Hz start, reset : in std_logic; --starts the timer