代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/271238/11002326
doc timer.doc
www.eeworm.com/read/271207/11003853
c timer.c
#include "hardware.h"
#include
#include
#include
#include
#include "timer.h"
volatile uchar timerTimeoutCnt;
volatile uchar timerLongTimeou
www.eeworm.com/read/271207/11003857
h timer.h
#ifndef __timer_h_included__
#define __timer_h_included__
#include /* for TCNT0 */
#include "utils.h"
extern volatile uchar timerTimeoutCnt;
extern volatile uchar timerLongTimeoutCn
www.eeworm.com/read/417042/11005546
ddb timer.ddb
www.eeworm.com/read/271101/11007444
lis timer.lis
.module Timer.C
.area data(ram, con, rel)
0000 _Table::
0000 .blkb 2
.area idata
0000 3F06
www.eeworm.com/read/271101/11007446
o timer.o
XL
H 4 areas 12 global symbols
M Timer.C
S mpy8s Ref0000
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S div8u Re
www.eeworm.com/read/271101/11007448
s timer.s
.module Timer.C
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.a
www.eeworm.com/read/271101/11007458
c timer.c
//***************FileName:Timer.C******************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned
www.eeworm.com/read/416913/11009858
h timer.h
void TimeDelay( unsigned int i )
{
Tmr[0].Pv=i;
Tmr[0].Con=0x80;
while (1) {
if (Tmr[0].Con==0) break;
}
}
www.eeworm.com/read/270983/11014135
cpp timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar