|
天嵌二次封装库使用手册
V2.1.2
|

宏定义 | |
| #define | WDG_API |
函数 | |
| WDG_API int | tq_EnableWtd (int TimeOut_s) |
| 使能看门狗设备 更多... | |
| WDG_API int | tq_FeedWtd (int fd) |
| 喂狗操作 更多... | |
| WDG_API int | tq_DisableWtd (int fd) |
| 关闭看门狗 更多... | |
| WDG_API int tq_DisableWtd | ( | int | fd | ) |
关闭看门狗
| fd | 看门狗设备描述符 |
| WDG_API int tq_EnableWtd | ( | int | TimeOut_s | ) |
使能看门狗设备
| TimeOut_s | 指定看门狗的最大喂狗间隔(秒) |
| WDG_API int tq_FeedWtd | ( | int | fd | ) |
喂狗操作
| fd | 看门狗设备描述符 |