代码搜索结果
找到约 8,517 项符合
Watchdog 的代码
watchdog.hex
:03000000020AED04
:0C0AED00787FE4F6D8FD75810B020ACE7C
:100ACE00120ADF120A8A120991120AA3120A298047
:010ADE00FB1C
:1008E7000A2020746865206C65312077696C6C205C
:1008F7007265737461727420696E2035207365
watchdog.uvproj
1.0
watchdog.c
//*****************************************************************************
//
// watchdog.c - Driver for the Watchdog Timer Module.
//
// Copyright (c) 2005-2009 Luminary Micro, Inc. All rig
watchdog.h
//*****************************************************************************
//
// watchdog.h - Prototypes for the Watchdog Timer API
//
// Copyright (c) 2005-2009 Luminary Micro, Inc. All rig
watchdog.c
#include "..\main\include.h"
//#include "include.h"
#define __myIWDG_PERIOD 0x0000007D
#define __myIWDG_PR (0)
#define __myIWDGCLOCK (32000UL/4)
#define __myIWGDCLK (
watchdog.h
#if !defined( _WATCHDOG_H )
#define _WATCHDOG_H
void Watchdog(void);
void ShortTimeIwdgSetup (void);
#endif
watchdog.c
#include "..\main\include.h"
//#include "include.h"
#define __myIWDG_PERIOD 0x0000007D
#define __myIWDG_PR (0)
#define __myIWDGCLOCK (32000UL/4)
#define __myIWGDCLK (
watchdog.h
#if !defined( _WATCHDOG_H )
#define _WATCHDOG_H
void Watchdog(void);
void ShortTimeIwdgSetup (void);
#endif
watchdog.c
/**********************************************************************
* File: Watchdog.c
* Devices: TMS320F2833x
* Author: David M. Alter, Texas Instruments Inc.
* History:
* 12/18/07 - origi