⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lpc_wdg.h

📁 给大家提供一个在inram/exram中调试的示例,在周公的lpc2200上调试过.
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -