代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
watchdog.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(watchdog)
watchdog.lnp
"WDT.obj"
TO "WatchDog"
RAMSIZE(256)
watchdog.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 {
watchdog.plg
礦ision2 Build Log
Project:
E:\SST51\ASM51\WDT\WatchDog.uv2
Project File Date: 12/31/2005
Output:
Build target 'Target 1'
assembling WDT.ASM..
watchdog.c
#include "watchdog.h"
void watchdog_init(void)
{
WATCHDOG_DDR |= (1
watchdog.h
#ifndef _WATCHDOG_H_
#define _WATCHDOG_H_
#include
#include
#define WATCHDOG_DDR DDRB
#define WATCHDOG_PORT PORTB
#define WATCHDOG_PIN 2
void watchdog_init(void)
watchdog.lis
.module watchdog.c
.area text(rom, con, rel)
0000 .dbfile E:\item\GPS-1280\watchdog.c
0000 .dbfunc e watchdog_i
watchdog.o
XL
H 1 areas 2 global symbols
M watchdog.c
A text size E flags 0
dbfile E:\item\GPS-1280\watchdog.c
dbfunc e watchdog_init 0 fV
dbline FFFFFFFF 0
dbline 4 0
dbline 5 0
dbline 6 2
dbline 8 4
watchdog.s
.module watchdog.c
.area text(rom, con, rel)
.dbfile E:\item\GPS-1280\watchdog.c
.dbfunc e watchdog_init _watchdog_init fV
.even
_watchdog_init::
.dbline -1
.dbline 4
; #include "watchd