代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer0.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
timer0.lnp
"main.obj"
TO "timer0"
RAMSIZE(256)
timer0.plg
礦ision3 Build Log
Project:
E:\广东项目论文\芯片资料\各个模块代码\8051_timer0\timer0.uv2
Project File Date: 11/26/2000
Output:
Build target 'Target 1'
compili
timer0.hex
:0700030044000000000000B2
:03000B0002009A56
:10009A00C0E0C0F0C083C082C0D075D000C000C02C
:1000AA0004C005C006C007900000E0FCA3E0FDA361
:1000BA00E0FEA3E02401FFE43EFEE43DFDE43CFC57
:1000CA009000001200
timer0.c
#include "timer0.h"
static void delay(int x)
{
int i;
while (x--)
{
for (i = 65536 ; i > 0; i--);
}
}
void timer0_init(void)
{
// unmask the timer0 interrupt ...........
timer0.h
#ifndef TIMER0_H
#define TIMER0_H
#ifdef __cplusplus
extern "C" {
#endif
#include "define.h"
#include "led.h"
#include "uart.h"
#include "mystdio.h"
extern void timer0_init(void);
extern
csl_timer.h
/******************************************************************************\
* Copyright (C) 1999-2000 Texas Instruments Incorporated.
* All Rights Reserved
timer675.lst
MPASM 4.00 Released TIMER675.ASM 5-28-2005 2:30:58 PAGE 1
LOC OBJECT CODE LINE SOURCE TEXT
VALUE
00001 ; one stupid timer
timer675.asm
; one stupid timer :)
list p=12F629
radix hex
include P12F629.INC
errorlevel -302
__CONFIG _CPD_OFF&_CP_OFF&_BODEN_OFF&_MCLRE_OFF&_WDT_OFF&_INTRC_OSC_NOCLKOUT
; the temporary files