代码搜索结果
找到约 10,000 项符合
Timer 的代码
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.lnp
"TIMER.obj"
TO "TIMER"
RAMSIZE(256)
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.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
timer.map
******************************************************************************
TMS320C54x COFF Linker PC v4.1.0
*******************************************************
timer.c
#include "stdio.h"
#define IMR 0
#define ST0 6
#define ST1 7
#define TIM 0x24
#define PRD 0x25
#define TCR 0x26
#define PMST 29 /* 0x13 */
extern int counter = 25;
int flagxf = 0;
int
timer.cmd
MEMORY
{
PAGE 0:
VEC: origin = 1000h, length = 0ffh
PROG: origin = 1100h, length = 8000h
PAGE 1:
DATA: origin = 080h, length = 0807fh
}
SECTIONS