代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/141998/12973184
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/141998/12973284
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Done(void);
void __
www.eeworm.com/read/242925/12973390
c timer.c
//********************************************************************************************
//********************************************************************************************
//********
www.eeworm.com/read/242925/12973392
h timer.h
//********************************************************************************************
//********************************************************************************************
//********
www.eeworm.com/read/141987/12974861
c timer.c
/****************************************************************************************/
//
// Filename: timer.c
// Function: Config timer 0 to control LED 5
//
/*****************************
www.eeworm.com/read/141987/12974874
h timer.h
/********************************************************************************/
/* SYSREG.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
www.eeworm.com/read/141946/12976206
h timer.h
#if !defined _TIMER_H
#define _TIMER_H
class CTIMER {
public:
inline CTIMER() { memset(this, 0, sizeof(*this));}
inline void Start() { QueryPerformanceCounter(&m_sStart); }
inline void St
www.eeworm.com/read/141844/12981164
cpp timer.cpp
// TIMER.cpp: implementation of the TIMER class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "GlobalVar.h"
#include "TIMER.h"
///////
www.eeworm.com/read/141844/12981224
h timer.h
///////////////////////////////////////////////////////////////////////
// 圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!圆梦51!
// 1998.x.x 多少遗憾,多少泪水,路在何方?? 为什么失败的总是我??梦想为什么这么遥远
// ........学x86很久了,书本
www.eeworm.com/read/242725/12989125
c timer.c
// Standard Header files
#include
#include
#include
// AVRlib Header files
#include "global.h"
#include "timer.h"
volatile U32 Counter_1ms=0;
U3