代码搜索结果

找到约 6,975 项符合 Watchdog 的代码

nmi.h

/* * linux/include/linux/nmi.h */ #ifndef LINUX_NMI_H #define LINUX_NMI_H #include /** * touch_nmi_watchdog - restart NMI watchdog timeout. * * If the architecture supports the NM

sampl517.ini

load sample517.dmo //g, main ASSIGN WIN S1OUT PE_SWD = 0 /* Disable Watchdog with pin PE_SWD */ reset /* perform CPU reset: uses value at PE_SWD */ g,main

entries

/watchdog.cdl/1.5/Fri Apr 4 04:28:12 2003// D

repository

ecos/packages/io/watchdog/current/cdl

watchdog_reset.cxx

//========================================================================== // // watchdog_reset.cxx // // Watchdog reset test // //===============================================

watchdog2.cxx

//========================================================================== // // watchdog2.cxx // // Watchdog test // //==========================================================

entries

/watchdog.cxx/1.3/Thu May 23 23:06:40 2002// /watchdog2.cxx/1.3/Thu May 23 23:06:40 2002// /watchdog_reset.cxx/1.3/Thu May 23 23:06:40 2002// D

repository

ecos/packages/io/watchdog/current/tests

changelog

2003-11-05 Bob Koninckx * src/watchdog.cxx: * include/watchdog.hxx: * include/watchdog.h: New file - add "C" API for watchdog functions. 2003-04-03 Th

watchdog.h

#ifndef _IO_WATCHDOG_H_ #define _IO_WATCHDOG_H_ //========================================================================== // // watchdog.h // // c-api to the watchdog. // //====