代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.lst
C51 COMPILER V8.02 TIMER 12/04/2008 06:31:25 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
timer.lst
C51 COMPILER V7.06 TIMER 12/04/2008 15:12:03 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
timer.c
#include "Include.h"
//Timer0中判断按键,所有的超时判断
//如果Timer0的中断时间变化,超时参数也要做对应变化
unsigned char Timer = 0;
//unsigned char BellTimer = 0;
extern unsigned char NowKey; //当前按键
extern bit ReceiveOK; //数
timer.c
#include "Timer.h"
#include "44b.h"
#include "def.h"
#include "ZLG7289.h"
int Timer3INTCount=0;
void Init_Timer3(U8 prescaler1,U8 divider3,U16 countb3,U16 compb3)
{ U8 div;
switch(divid
timer.h
/*****************************************************************************
* timer.h - Timer Services header file.
*
* Copyright (c) 1998 Global Election Systems Inc.
*
* The authors hereby g
timer.c
/*****************************************************************************
* timer.c - Timer Services program file.
*
* Copyright (c) 1998 by Global Election Systems Inc.
*
* The authors here
timer.c
/****************************************************************************
【文 件 名 称】Timer.c
【功 能 描 述】三星S3C44B0X板定时器程序代码
【程 序 版 本】2.0
【创建人及创建日期】龚俊//2003-07-02 15:27
【修改人及修改日期】龚俊//2004-
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="timer"
ProjectDir="D:\2812pwminverter\"
ProjectType=Executable
CPUFamily=TMS320C28X
timer.gel
StartUp()
{
GEL_WatchAdd("*(long *)0xc00,x","Timer 0");
GEL_WatchAdd("*(long *)0xc08,x","Timer 1");
GEL_WatchAdd("*(long *)0xc10,x","Timer 2");
}
timer.h
/******************************************************************/
/* timer.h - v0.00 */
/* Copyright (c) 1997 Texas Instruments Incorporated