代码搜索结果
找到约 6,975 项符合
Watchdog 的代码
makefile.am
bin_PROGRAMS = webcam_server
webcam_server_SOURCES = camera.c client.c filters.c \
grabber.c imgqueue.c jdatabuf.c \
image.c unpalette.c \
version.c watchdog.c webcam_ser
watchdog.c
/*********************************************************************
* webcam_server *
*
watchdog.h
#ifndef __WATCHDOG__
#define __WATCHDOG__
void BF533_WDOG_WRITE_CNT();
void BF533_WDOG_WRITE_CTL();
void BF533_WDOG_WRITE_STAT();
void BF533_WDOG_INTERRUPT_enable():
void BF533_WDOG_RESTART():
watchdog.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(watchdog)
watchdog.~ap
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(watchdog)
watchdog.c
#include "vxworks.h"
#include "wdLib.h"
#include "stdio.h"
#include "taskLib.h"
#include "logLib.h"
#include "sysLib.h"
void taskTwo(void)
{
int i;
for(i = 0; i < 10; i++)
{
taskDel
hw_watchdog.h
//*****************************************************************************
//
// hw_watchdog.h - Macros used when accessing the Watchdog Timer hardware.
//
// Copyright (c) 2005-2007 Luminary
watchdog.h
//*****************************************************************************
//
// watchdog.h - Prototypes for the Watchdog Timer API
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rig
watchdog.apj
# ADT Project File, Format Version 1.00
# WARNING: DO NOT EDIT OR DELETE THIS FILE!
[APJ begin]
Active Config=_string(DEBUG)
[Project begin]
ProjectName=_string(watchdog)
wdt_test.c
/*
* wdt_test.c
* Watchdog Driver Test Program
*/
#include
#include
#include
#include
#include
#include
#include