Jun 23, 2020
08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 23, 2020
08:14 PM
Hi , 问下 这个函数 utilslib_delayUs内部实现的机制,如果delay 时间达到1秒~3秒,utilslib_delayUs 函数是在 time out 的函数里进行调用,另外 time out 的函数 会关闭所有的timer ,, 会影响到 设备底层喂狗的影响吗?
Solved! Go to Solution.
1 Solution
Jun 29, 2020
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 29, 2020
11:28 PM
3 Replies
Jun 29, 2020
06:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 29, 2020
06:18 PM
会的,这个函数会影响到喂狗操作的。
请问你为什么需要用到这个API?
Jun 29, 2020
10:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 29, 2020
10:26 PM
在sleep前,会打印一些调试信息,因为在sleep 的时候,HCI 的log 会输出不全,现在默认的喂狗时间 是多长时间?没有看到喂狗的时间配置接口。
Jun 29, 2020
11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 29, 2020
11:28 PM
watchdog的timeout是系统默认的,上层没有接口修改。
我查了下底层代码,默认设置的应该是2s.