完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
初始化一个周期定时器,并启动它。但是在定时器处理程序中无法停止此定时器。 1。初始化代码 *启动应用程序计时器*/ 如果(wiced_init_timer(&;app_timer,mesh_app_timer,0,wiced_seconds_periodic_timer)= = wiced_success) { 如果(wiced_start_timer(&;app_timer,mesh_app_timeout_in_seconds)!= WICEDDY成功 { WiDeEdBTyTracle(APP启动计时器失败)!!n“”; } 2。 空隙MeHyAppApTimeT(UTI32) { wiced_bt_trace(“mesh_app_timer:计数:%d参数:%dn”,dev_ctx.app_timer_count,Arg);- & gt;虽然停止计时器返回成功。这个调试打印仍然存在。 DavyCTX.AppthimeSerialC++. WICEDED STOP计时器(和AppSimTime); γ- IFDEF / *转储WICED BT缓存统计每10秒监控缓冲区的使用* / 如果(!)(DeVCCTX.AppTimeTimeRealStCurnal%) { A. DeByPrimtBuffiSUSER(); } 第二节 } 以上来自于百度翻译 以下为原文 Hi, Init a periodic timer, and start it. but this timer cannot be stopped in it's timer handler. 1. init code /* Starting the app timer */ if ( wiced_init_timer(&app_timer, mesh_app_timer, 0, WICED_SECONDS_PERIODIC_TIMER) == WICED_SUCCESS) { if ( wiced_start_timer(&app_timer, MESH_APP_TIMEOUT_IN_SECONDS) != WICED_SUCCESS) { WICED_BT_TRACE(" APP START Timer FAILED!! n"); } 2. void mesh_app_timer(uint32_t arg) { WICED_BT_TRACE("mesh_app_timer: count:%d arg:%dn", dev_ctx.app_timer_count, arg); -> although stop timer returned successfully. this debug print still there. dev_ctx.app_timer_count++; wiced_stop_timer(&app_timer); #ifdef _DEB_PRINT_BUF_USE /* dump wiced bt buffer statistics on every 10 seconds to monitor buffer usage */ if (!(dev_ctx.app_timer_count % _DEB_PRINT_BUF_USE)) { _deb_print_buf_use(); } #endif } |
|
相关推荐
1个回答
|
|
作为一种解决方案,使用单次计时器代替定期计时器,并重新启动计时器回调中的计时器。这将作为一个周期定时器,你可以简单地选择不重新启动计时器,如果你想阻止它。
以上来自于百度翻译 以下为原文 As a workaround, use a single shot timer instead of a periodic timer and restart the timer in the timer callback. This will act as a periodic timer and you can simply chose not to restart the timer if you want to stop it |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2071 浏览 1 评论
1827 浏览 1 评论
3642 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1762 浏览 6 评论
1513 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
511浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
362浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
410浏览 2评论
357浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
860浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-26 16:01 , Processed in 0.952304 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号