天嵌二次封装库使用手册
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
WDG_API
#define WDG_API
Definition:
tq_wdg.h:16
tq_FeedWtd
WDG_API int tq_FeedWtd(int fd)
喂狗操作
tq_EnableWtd
WDG_API int tq_EnableWtd(int TimeOut_s)
使能看门狗设备
tq_DisableWtd
WDG_API int tq_DisableWtd(int fd)
关闭看门狗
tqinclude
wdg
tq_wdg.h
制作者
1.8.11