lpc_wdg.h
来自「给大家提供一个在inram/exram中调试的示例,在周公的lpc2200上调试」· C头文件 代码 · 共 37 行
H
37 行
#ifndef __LPC_WDT_H
#define __LPC_WDT_H
/***********************************************************************
* BU MMS China, Philips Semiconductor Software Support
* Embest info&Tech Co. Software Support
*---------------------------------------------------------------------------
* The software is delivered "AS IS" without warranty or condition of any
* kind, either express, implied or statutory. Everybody can use it as
* it is opened and without copyright. We will not take any law responsibility
* for any problem produced by using this software.
*---------------------------------------------------------------------------
* File name: LPC_Wdg.h
* Description: Define Watchdog structure and relative micro
*
* History:
* 1. Date: Oct 19, 2004
* Author: Shawn Zhang
* Description: Create
*
* $Revision: 1.0 $
**********************************************************************/
#include "LPC_Base.h"
#include "LPC_Type.h"
#include "LPC_Vic.h"
#include "LPC_Syscontrol.h"
#define WDT_TIMEOUTMIN 0xFF
/* Declare functions */
void WDT_Start(unsigned long timeout);
void WDT_Feed(void);
#endif //__LPC_WDT_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?