代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\20021261\timer\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
To
timer.map
******************************************************************************
TMS320C6x COFF Linker PC v5.1.0
*******************************************************
timer.lis
.module timer.c
.area text(rom, con, rel)
0000 .dbfile E:\AVR\ISD1700_ISP\src\timer.c
.area data(ram, con,
timer.o
XL
H 4 areas 9 global symbols
M timer.c
S push_xgsetF03C Ref0000
S pop_xgsetF03C Ref0000
A text size 128 flags 0
dbfile E:\AVR\ISD1700_ISP\src\timer.c
dbfunc e watchdog_init 0 fV
dbline FFFFFF
timer.c
#include
#include
#include "main.h"
unsigned char WdtTimer = 0; //外部看门狗定时器
volatile unsigned int Timer1BaseClk = 0; //Timer1基准时钟
// 看门狗初始化函数
// prescale: 512K cycles,ov
timer.h
void watchdog_init(void);
void timer1_init(void);
unsigned int GetPassTime(unsigned int iPreTime);
unsigned int GetTime(void);
timer.s
.module timer.c
.area text(rom, con, rel)
.dbfile E:\AVR\ISD1700_ISP\src\timer.c
.area data(ram, con, rel)
.dbfile E:\AVR\ISD1700_ISP\src\timer.c
_WdtTimer::
.blkb 1
.area idata
.byte
timer.c
//*****************************************************************************
//
// timer.c - Driver for the timer module.
//
// Copyright (c) 2005,2006 Luminary Micro, Inc. All rights reserved