代码搜索结果
找到约 10,000 项符合
Timer 的代码
_timer.h
/****************************************************************
* *
* Program : _Timer.H
timer.lst
C51 COMPILER V7.20 TIMER 04/01/2007 16:44:17 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.lnp
"STARTUP.obj",
"timer.obj"
TO "timer"
timer.plg
礦ision3 Build Log
Project:
E:\out\KeilC51\stimu_timer\timer.uv2
Project File Date: 04/01/2007
Output:
timer.c
// Header:
// File Name: 定时器仿真
// Author:
// Date: 2007-4-1
#include "stdio.h"
#include "reg52.h"
static unsigned long overflow_count=0;
void timer1(void) interrupt 3
{
overflow_coun
timer.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
timer.asm
HOUR EQU 40H
MINUTE EQU 41H
SECOND EQU 42H
FLASH BIT 00H
BDPLY BIT 01H
ORG 0000H
LJMP MAIN
ORG 000BH
LJMP
timer.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor