代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/173433/9658368

h timer.h

/* Copyright (C) Uppsala University * * This file is distributed under the terms of the GNU general Public * License (GPL), see the file LICENSE * * Author: Erik Nordström, */ #
www.eeworm.com/read/369227/9659043

cs timer.cs

using System; using System.IO; using System.Runtime.InteropServices; /// /// Generic high resolution timer class /// public class HighResTimer { #region API Declares
www.eeworm.com/read/369070/9664082

lst timer.lst

C51 COMPILER V7.09 TIMER 01/12/2007 09:30:15 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN t
www.eeworm.com/read/369070/9664100

i timer.i

#line 1 "timer.c" /0 #line 1 "C:\KEIL\C51\INC\PHILIPS\REG922.H" /0 sfr P0 = 0x80; sfr P1 = 0x90; sfr P3 = 0xB0; sfr PSW = 0xD0; sfr ACC = 0xE0; sfr B
www.eeworm.com/read/369070/9664133

c timer.c

/*=============================================================================*/ // time.c - source file for lme2200 API // // Copyright 2005, Leaguer MicroElectronics Co., Ltd // www.leaguerme
www.eeworm.com/read/369070/9664140

h timer.h

#define uint unsigned int #define uchar unsigned char void timer0_init(char interval, int count); // Logic timers void setup_t0(uint t, void (*proc)()); void disable_t0(void); /**/ void set
www.eeworm.com/read/369070/9664141

obj timer.obj

www.eeworm.com/read/369035/9666785

c timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY
www.eeworm.com/read/369035/9666854

h timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252
www.eeworm.com/read/369035/9666878

o timer.o