代码搜索结果
找到约 10,000 项符合
Timer 的代码
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
timer.c
//***************FileName:Timer.C******************//
//***************ICCAVR V6.30编译*****************//
#include
#define uchar unsigned char
#define uint unsigned
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#include
#include "time.h"
/* one shot timer, don't support periodic timer */
struct timer_t {
CHAIN(,timer_t);
/* never chanage once init */
tick_
timer.cc
#include
#include
#include
#include
#include "timer.h"
#define NTICK 512
static int cur;
static Q(,timer_t) below[NTICK];
static Q(,timer_t) abov
timer.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
timer.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
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.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#include /* RTX-51 tiny fu