wdog.h
来自「dsp dm642的音频采集与回放源码」· C头文件 代码 · 共 24 行
H
24 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?