代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/444878/7603895
c timer.c
#include "public.h"
//void timer0() interrupt 1 using 3 //50ms
void timer1() interrupt 3 using 2 //定时器1的中断服务程序入口为中断3
{
EA=0;
TH1=-20000/256;
TL1=-20000%256;
if(time_5
www.eeworm.com/read/444878/7603904
lst timer.lst
C51 COMPILER V6.12 TIMER 06/02/2005 10:56:59 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
www.eeworm.com/read/444876/7603925
c timer.c
#include "public.h"
void timer1() interrupt 1 using 3 //20ms
{
EA=0;
TH1=-20000/256;
TL1=-20000%256;
if(P1_7==0) //功能切换
if((m_cSettingF
www.eeworm.com/read/444876/7603934
lst timer.lst
C51 COMPILER V6.12 TIMER 06/01/2005 16:41:49 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
www.eeworm.com/read/444872/7603967
c timer.c
#include "global.h"
//更新门超时计时
void UpdateDoorOvertimer(void)
{
uchar m_cENum = m_pL_Data->cENum;
uchar i=0;
uchar state=0;
for(i=0; i
www.eeworm.com/read/444872/7603992
lst timer.lst
C51 COMPILER V6.12 TIMER 06/05/2005 15:44:44 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
www.eeworm.com/read/444645/7609631
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
www.eeworm.com/read/444645/7609633
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/444448/7612590
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_WDTimer(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/444448/7612617
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Wdt_Int(void);
volatile int isWdtInt;
/*************************************