代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/372279/9514439

c timer.c

/****************************************************************************** * * Copyright (c) 2008 Shanghai IS Software * * All rights reserved * * $Revision$ * * $LastChangedBy$
www.eeworm.com/read/372227/9516512

c timer.c

#include #include "..\Target\44b.h" #include "..\Target\44blib.h" #include "timer.h" void __irq Timer0Done(void); void __irq Timer1Done(void); void __irq Timer2Done(void); void __i
www.eeworm.com/read/372227/9516514

h timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ void Test_Timer(void); void Test_TimerInt(void); #endif /*__TIMER_H__*/
www.eeworm.com/read/372219/9517348

tcl timer.tcl

# # A simple NewTimer class. You can derive a subclass of NewTimer # to provide a simple mechanism for scheduling events: # # $self sched $delay -- causes "$self timeout" to be called # $delay se
www.eeworm.com/read/175922/9525472

h timer.h

/* ----------------------------------------------------------------- This c
www.eeworm.com/read/175922/9525473

c timer.c

/* ------------------------------------------------------------------*- *** THIS IS A SCHEDULER FOR STANDARD 8051 / 8052 *** *** Uses T2 for timing, 16-bit auto reload *** *** 12 MHz
www.eeworm.com/read/371931/9529981

v timer.v

module timer( alarm_out, //outputs hour_timer_1, hour_timer_2, minute_timer_1, minute_timer_2, hour_led_1, //
www.eeworm.com/read/371854/9533140

lst timer.lst

C51 COMPILER V8.02 TIMER 10/15/2008 11:59:32 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN t
www.eeworm.com/read/371854/9533173

c timer.c

//寄存器宏定义 //位寻址寄存器定义 sbit ACC_7 = ACC^7; //管脚定义 sbit SCLK = P3^5; // DS1302时钟信号 7脚 sbit DIO= P3^6; // DS1302数据信号 6脚 sbit RST
www.eeworm.com/read/371854/9533181

obj timer.obj