代码搜索结果

找到约 8,517 项符合 Watchdog 的代码

watchdog.c

/**************************************************************************** File : watchdog.c 实现了看门狗功能 ****************************************************************************/ #

watchdog.h

#ifndef _WATCH_DOG_H_ #define _WATCH_DOG_H_ #define CLKIN (30.0e6) // clockin frequency in Hz #define CORECLK (600.0e6) // core clock frequency in Hz #define SYSCLK (120.0e6) // system

watchdog.c

#include // system services #include "WatchDog.h" volatile bool g_bNeed_reset = 0; void setup_watchdog(void) { #if defined(__ADSP_EDINBURGH__) *pWDOG_CNT = WAT

watchdog.java

package designPatterns.Watchdog; import rtComm.CmdData; import rtComm.CmdProtocol; import rtComm.CmdQueue; import designPatterns.Fsm.GenericFsm; public class Watchdog extends GenericFsm implements W

watchdog.c

//***************************************************************************** // // watchdog.c - Driver for the Watchdog Timer Module. // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig

watchdog.h

//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005,2006 Luminary Micro, Inc. All rig