📄 wd.h
字号:
/******************************************************************************
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -