欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

wdog.h

这是DM642(EVM开发板)的IO控制和定时器控制IO口的原代码,用CCS3.3可以打开,调试通过.
H
字号:
/*
 *  Copyright 2004 by SEED.
 *  All rights reserved. Property of SEED.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  
 */
/* August 2005 */
/**************************************************************************/
/* seed_wdog.h file */
/**************************************************************************/
#ifndef _SEED_WDOG_H  
#define _SEED_WDOG_H

/*enable the watchdag*/
void SEED_WatchDog_Enable();
/*disable the watchdag*/
void SEED_WatchDog_Disable();
/*feed the watch dog*/
void SEED_watchDog_Feed();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -