天嵌二次封装库使用手册  V2.1.2
tq_wdg.h
浏览该文件的文档.
1 
7 #ifndef LINUX_LIBV2_SOURCE_TQWDG_TQ_WDG_H_
8 #define LINUX_LIBV2_SOURCE_TQWDG_TQ_WDG_H_
9 
10 // Copyright 2024 广东省天嵌嵌入式技术股份有限公司
11 
12 
13 #ifdef __cplusplus
14 #define WDG_API extern "C"
15 #else
16 #define WDG_API
17 #endif
18 
23  WDG_API int tq_EnableWtd(int TimeOut_s);
24 
30  WDG_API int tq_FeedWtd(int fd);
31 
37  WDG_API int tq_DisableWtd(int fd);
38 
39 #endif
#define WDG_API
Definition: tq_wdg.h:16
WDG_API int tq_FeedWtd(int fd)
喂狗操作
WDG_API int tq_EnableWtd(int TimeOut_s)
使能看门狗设备
WDG_API int tq_DisableWtd(int fd)
关闭看门狗