wd.h
来自「CMX990 demonstration board (DE9901)」· C头文件 代码 · 共 26 行
H
26 行
/******************************************************************************
* COPYRIGHT (c) Mobitex Technology AB 2004 - All rights reserved
*
* The copyright to the computer program(s) herein is the
* property of Mobitex Technology AB, Sweden. The program(s)
* may be used and/or copied only with the written permission from
* Mobitex Technology AB or in accordance with the terms and
* conditions stipulated in the agreement/contract under which the
* program(s) have been supplied.
*
* File : wd.h
* Description: C functions for the Atmel watchdog.
*
* Author : MbxTec Kjell Westerberg
* Document no:
******************************************************************************/
#ifndef WD_H_
#define WD_H_
__externC void WD_Disable(void);
__externC void WD_Enable(void);
__externC void WD_Kick(void);
__externC void WD_ForceSystemReset(void);
#endif /* WD_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?