代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/389636/8510025

opt 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 }
www.eeworm.com/read/389636/8510033

lnp timer0.lnp

"main.obj" TO "timer0" RAMSIZE(256)
www.eeworm.com/read/389636/8510047

plg timer0.plg

礦ision3 Build Log Project: E:\广东项目论文\芯片资料\各个模块代码\8051_timer0\timer0.uv2 Project File Date: 11/26/2000 Output: Build target 'Target 1' compili
www.eeworm.com/read/389636/8510049

hex timer0.hex

:0700030044000000000000B2 :03000B0002009A56 :10009A00C0E0C0F0C083C082C0D075D000C000C02C :1000AA0004C005C006C007900000E0FCA3E0FDA361 :1000BA00E0FEA3E02401FFE43EFEE43DFDE43CFC57 :1000CA009000001200
www.eeworm.com/read/389075/8549262

c 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 ...........
www.eeworm.com/read/389075/8549281

h 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
www.eeworm.com/read/388987/8557804

h csl_timer.h

/******************************************************************************\ * Copyright (C) 1999-2000 Texas Instruments Incorporated. * All Rights Reserved
www.eeworm.com/read/432930/8562823

lst 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
www.eeworm.com/read/432930/8562824

mcw timer675.mcw

www.eeworm.com/read/432930/8562828

asm 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