代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
abstract.txt
Watch Dog Timer Example Program
===============================
This example program shows how to configure PCA Module 4 as a
watchdog timer. In this example, the watchdog is configured to
'ove
main.c
#include
/*------------------------------------------------
This function adjusts the watchdog timer compare
value to the current PCA timer value + 0xFF00.
Note that you must write
watchdog.asm.txt
看门狗子程序:T0做WATCHDOG,定时约为16毫秒
初始化:
MOV TMOD,#01H
SETB ET0 ;润许T0中断
SETB PT0 ;设T0为高级中断
MOV TH0,#0E0H ;定时约16
SETB TR0 ;启动T0
SETB EA ;开中断
应用:
ORG 0000H
AJMP MAIN
OR
watchdog.h
/*+=============================================================================
File: watch.h
Summary: This file defines watchdog message and radiusd class.
History:
2000/07/11 V1.0
Star
watchdog.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
watchdog.m51
BL51 BANKED LINKER/LOCATER V5.11 04/01/2007 16:55:58 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\PROGRAM FILES\KEIL\C51\BIN\B
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.c
/*
* watchdog.c
*
* 看门狗
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "link.h"
#include
watchdog.c
/*
* watchdog.c
*
* 看门狗
*
*
*
* 陈真勇(SA01010010)
* w3wind@sina.com or
* zychen@ustc.edu.cn
* 中国科学技术大学自动化系
* 2002/6/12
*/
#include "link.h"
#include
disable_watchdog_reset.c
/*
*A sub_function to turn off the watchdog timer,in case of its' reset every some time
*/
//Watch dog controller register
#define WTCON (*(volatile unsigned long *)0x53000000)
void disa