代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/175985/7144252
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
void Timer_PWM_Led(void) ;
#endif /*__TIMER_H__*/
www.eeworm.com/read/175985/7144290
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/235798/7144330
c timer.c
/************************************************************************************
* 文件名称: timer.C
* 文件标识: none
* 适用器件: C8051F020
*
* 摘 要: 本文件是定时器延时子函数程序,定时器延时;将跳线器JP4短接;使用外部22.1184MHz晶振.
www.eeworm.com/read/235798/7144331
h timer.h
/************************************************************************************
* 文件名称: Timer.h
* 文件标识: none
* 适用器件: C8051F020
*
* 摘 要: 本文件是软件延时程序头文件;
*
****************************
www.eeworm.com/read/173375/7144665
h timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2410 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
www.eeworm.com/read/173375/7144719
c timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
www.eeworm.com/read/173375/7144762
o timer.o
www.eeworm.com/read/128304/7148203
c timer.c
#include
#include "tdp.h"
#define TIMER0_COUNT 0xDC11 /*10000h - ((11059200Hz/(12*FREQ)) - 17 )*/
static xdata unsigned timer0_tick;
/*Timer T0 Interrupt service func*/
static
www.eeworm.com/read/288936/7150968
h timer.h
/******************************************************************/
/* timer.h - v0.00 */
/* Copyright (c) 1997 Texas Instruments Incorporated
www.eeworm.com/read/257574/7152388
c timer.c
/*****************************************************************************
*
*
* 定时器函数
*
*
******************************************************************************/
#include "def