TuyaOS
tal_watchdog.h
浏览该文件的文档.
1
10#ifndef __TAL_WATCHDOG_H__
11#define __TAL_WATCHDOG_H__
12
13#include "tuya_cloud_types.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19
27UINT32_T tal_watchdog_start(TUYA_WDOG_BASE_CFG_T *cfg);
28
29
37OPERATE_RET tal_watchdog_stop(VOID_T);
38
39
47OPERATE_RET tal_watchdog_refresh(VOID_T);
48
49
50#ifdef __cplusplus
51}
52#endif /* __cplusplus */
53
54#endif
55
OPERATE_RET tal_watchdog_refresh(VOID_T)
refresh watch dog
OPERATE_RET tal_watchdog_stop(VOID_T)
watchdog stop
UINT32_T tal_watchdog_start(TUYA_WDOG_BASE_CFG_T *cfg)
watchdog start