代码搜索结果

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

pcwd-watchdog.txt

Last reviewed: 10/05/2007 Berkshire Products PC Watchdog Card Support for ISA Cards Revision A and C Documentation and Driver by Ken Hollis

watchdog-test.c

/* * Watchdog Driver Test Program */ #include #include #include #include #include #include #include #include

watchdog-simple.c

#include #include #include #include int main(void) { int fd = open("/dev/watchdog", O_WRONLY); int ret = 0; if (fd == -1) { perror("watchdog"); exit(E

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005-2007 Luminary

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

hw_watchdog.h

//***************************************************************************** // // hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware. // // Copyright (c) 2005,2006 Luminary

watchdog_reset.cxx

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

watchdog2.cxx

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

watchdog_at91.cdl

# ==================================================================== # # watchdog_at91.cdl # # eCos watchdog for ARM AT91 driver configuration data # # ==============================