代码搜索结果
找到约 10,000 项符合
Timer 的代码
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 of goldenbugs */
/* */
/* timercounter */
/*
timer.lst
C51 COMPILER V6.23a TIMER 09/04/2007 02:41:08 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN
timer.c
#include"group.h"
uchar count;
//-----------------------------------------------
void timer (void) interrupt 1 using 1 //中断亮灯程序
{
TH0=(65535-50000)/256;
TL0=(65535-50000)%256;
timer.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++/
程序名 :Timer.c 定时器0中断子程序
入口:
出口:返回改变Time_Cut
功能:定时2毫秒
+++++++++++++++++++++++++++++++++++++++++++++++++++*/
#include "CPLD.h"
unsigned c
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
#include "def.h"
void Init_Timer3(U8 prescaler1,U8 divider3,U16 countb3,U16 compb3);
void Start_Timer3(void);
void Stop_Timer3(void);
void Timer3_ISR(void);