代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/287727/8673567

c igmp_timer.c

/* $Log:: /OEM Source Code/igmp/igmp_timer.c $ * * 1 4/23/98 9:53p Release Engineer * Initial release * IGMP v4.1.0 */ /******
www.eeworm.com/read/387315/8693499

h timer_manager.h

#ifndef __CTIMER_MANGER_H_ #define __CTIMER_MANGER_H_ #include "timer.h" #include #include #include #include #define DEFULT_INTERVAL 1000 #
www.eeworm.com/read/387315/8693505

cpp timer_manager.cpp

#include "timer_manager.h" #include #include #include pthread_mutex_t CTimerManager::m_mutex= PTHREAD_MUTEX_INITIALIZER; CTimerManager * CTimerManager::m_inst
www.eeworm.com/read/387135/8703855

paf2 timer.paf2

www.eeworm.com/read/431148/8707958

rc2 timer.rc2

// // TIMER.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED /////
www.eeworm.com/read/387013/8711997

c timer_pwm.c

#include "pwm.h" sbit LED = P1^6; void Timer_ISR(void) interrupt 1 { if(LED == 0) { TH0 = (65536-1843)/256; //9216 2ms TL0 = (65536-1843)%256; } else { TH0 = (65536-7373)/
www.eeworm.com/read/387013/8711998

h timer_pwm.h

///////////////////////////////////// // Generated Initialization File // ///////////////////////////////////// #include "c8051F120.h" // Peripheral specific initialization functions, // Ca
www.eeworm.com/read/430991/8714753

d timer.o.d

timer.o: ../timer.c c:/winavr-20080430/lib/gcc/../../avr/include/avr/io.h \ c:/winavr-20080430/lib/gcc/../../avr/include/avr/sfr_defs.h \ c:/winavr-20080430/lib/gcc/../../avr/include/inttypes.h
www.eeworm.com/read/287148/8718511

asm timer_test.asm

;================================================= ; 定时器中断例子程序 ; File name: INT0_test ; Author: xubing ; D