代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.lst
A51 MACRO ASSEMBLER TIMER 12/31/2005 10:09:47 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN TIMER.OBJ
ASSEMBLER IN
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\timer\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Compiler"
Tool="Custo
timer.c
//*********************************************************************************
//* ST 7538 DEMOBOARD SOFTWARE timer.c *
//*
timer.h
//*********************************************************************************
//* ST 7538 DEMOBOARD SOFTWARE timer.h *
//*
timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
timer.lis
.module Timer.C
.area text(rom, con, rel)
0000 .dbfile D:\学习\AVRpro\Mega16程序\TestLCD\Timer.C
.area data(ra
timer.s
.module Timer.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\Timer.C
.area data(ram, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\Timer.C
_CurSongTim::
.blkb 2
.are
timer.dp2
Timer.o: D:\学习\iccv7avr\include\iom16v.h D:\学习\AVRpro\Mega16程序\TestLCD\LCDFun.h D:\学习\iccv7avr\include\macros.h
timer.c
/*
* TIMER.C - timer internal command.
*
* clone from 4nt timer command
*
* 20 Aug 1999
* started - Paolo Pantaleo
*/
#include "config.h"
#ifdef INCLUDE_CMD_TIMER
#