代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/419539/6944126
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_TimerInt(void);
void Test_WDTimer(void);
/******
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __i
www.eeworm.com/read/177104/6957242
lst timer.lst
CCS PCM C Compiler, Version 3.187, 16465
Filename: D:\myPIC\ccsc_timer.LST
ROM used: 115 (1%)
Largest free fragment is 2048
www.eeworm.com/read/177104/6957243
txt timer.txt
/*=============================================================================
使用PIC16F877A片内Timer1定时,运行程序:
程序开始 -> LED0亮,
每0.5秒钟 -> LED7交替亮灭,
循环10次后 -> Timer1中断关闭,L
www.eeworm.com/read/469110/6977626
c timer.c
#include"timer.h"
#include"mostns.h"
static unsigned int count; //一个计数变量
extern bool MostCheckFlag;
extern word tick_count; //系统启动后到当前的运行时间
void Timer0Init()
{
count=2000;
TCNT0=0X8D
www.eeworm.com/read/469110/6977627
h timer.h
/*-------------------------------------------------------------
File: Timer
version szg1.0
Language: C
Date: 2009.4.1
--------------------------------------
www.eeworm.com/read/469140/6978233
obj timer.obj
www.eeworm.com/read/469140/6978246
lst timer.lst
C51 COMPILER V6.23a TIMER 04/01/2003 10:13:08 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN
www.eeworm.com/read/469140/6978269
h timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
www.eeworm.com/read/469140/6978275
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/468816/6988912
c timer.c
/*
* $Revision: 1.3 $
*/
#include "config.h"
#include "timer.h"
#include "button.h"
static volatile int ms_ctr = 0;
static volatile int tick = 0;
extern int test_number;
static vo