TuyaOS
|
Common process - adapter the watchdog api 更多...
#include "tuya_cloud_types.h"
函数 | |
OPERATE_RET | tal_watchdog_refresh (VOID_T) |
refresh watch dog 更多... | |
UINT32_T | tal_watchdog_start (TUYA_WDOG_BASE_CFG_T *cfg) |
watchdog start 更多... | |
OPERATE_RET | tal_watchdog_stop (VOID_T) |
watchdog stop 更多... | |
Common process - adapter the watchdog api
OPERATE_RET tal_watchdog_refresh | ( | VOID_T | ) |
refresh watch dog
[in] | none |
UINT32_T tal_watchdog_start | ( | TUYA_WDOG_BASE_CFG_T * | cfg | ) |
watchdog start
[in] | cfg | watchdog config |
OPERATE_RET tal_watchdog_stop | ( | VOID_T | ) |