代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
watchdog.hxx
#ifndef CYGONCE_DEVS_WATCHDOG_HXX
#define CYGONCE_DEVS_WATCHDOG_HXX
//==========================================================================
//
// watchdog.hxx
//
// Watchdog interface
watchdog.cxx
//==========================================================================
//
// io/watchdog/watchdog.cxx
//
// Watchdog common code
//
//==================================================
watchdog.tdf
synth_device watchdog {
## How should the watchdog device decide that the watchdog has
## triggered, assuming the eCos application has failed to
## reset the device in time. There are two
watchdog.tcl
# {{{ Banner
# ============================================================================
#
# watchdog.tcl
#
# Watchdog support for t
watchdog.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
watchdog.c
/*
* (C) Copyright 2007
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Author: Igor Lisitsin
*
* See file CREDITS for list of people who contributed to this
* pr
watchdog._c
//***************FileName:LED.C***************//
//**************ICCAVR V6.30编译**************//
#include //头文件,AT90S8535单片机的寄存器定义
#define uchar unsigned char //数据类型说明
#d
watchdog.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
watchdog.s
.module WatchDog.c
.area text(rom, con, rel)
.dbfile J:\AVRpractice\BOOK\WatchDog\WatchDog.c
.dbfunc e DelayMs _DelayMs fV
; j -> R20,R21
; i -> R16,R17
.even
_De
watchdog.c
//***************FileName:LED.C***************//
//**************ICCAVR V6.30编译**************//
#include //头文件,AT90S8535单片机的寄存器定义
#define uchar unsigned char //数据类型说明
#d