当前位置: 首页 > news >正文

全国知名网站排名网站友情链接连接

全国知名网站排名,网站友情链接连接,b2b行业网站建设,人大家网站建设获取时间戳 想要在Nordic 定时器系统中获取时间戳,也就是是在调用app_timer的时候时间戳要有效,我们可以看看定时器系统初始化: ret_code_t app_timer_init(void) {ret_code_t err_code;drv_rtc_config_t config {.prescaler APP_TIMER_CONFIG_RTC_FREQUENCY,.int…

获取时间戳

想要在Nordic 定时器系统中获取时间戳,也就是是在调用app_timer的时候时间戳要有效,我们可以看看定时器系统初始化:

ret_code_t app_timer_init(void)
{ret_code_t err_code;drv_rtc_config_t config = {.prescaler          = APP_TIMER_CONFIG_RTC_FREQUENCY,.interrupt_priority = APP_TIMER_CONFIG_IRQ_PRIORITY};err_code = NRF_ATFIFO_INIT(m_req_fifo);if (err_code != NRFX_SUCCESS){return err_code;}err_code = drv_rtc_init(&m_rtc_inst, &config, rtc_irq);if (err_code != NRFX_SUCCESS){return err_code;}drv_rtc_overflow_enable(&m_rtc_inst, true);drv_rtc_compare_set(&m_rtc_inst, 1, DRV_RTC_MAX_CNT >> 1, true);if (APP_TIMER_KEEPS_RTC_ACTIVE){drv_rtc_start(&m_rtc_inst);}m_global_active = true;return err_code;
}

上面有一个关键的宏就是:APP_TIMER_KEEPS_RTC_ACTIVE
从字面意思看到当这个宏定义为1的时候在APP time都没有的时候RTC的计数依旧有效,这里打开这个宏设置为1:
在这里插入图片描述
在使用的时候获取一个时间戳初值:

if (p_evt->params.rx_data.p_data[0] == 'A'){NRF_LOG_DEBUG("Notify performance test start");timestamp_start=drv_rtc_counter_get(&m_rtc_inst);test_state=1;}

然后再要计算经历了多少时间的时候相减就好:

void data_arge( uint8_t *data_array)
{static uint32_t counter=0;uint32_t timestamp=drv_rtc_counter_get(&m_rtc_inst);timestamp=timestamp-timestamp_start;timestamp=(float)timestamp/16.384;int len=sprintf((char *)data_array, "duration time:%dms total_byte:%d mtu:%d speed:%dByte/s ", timestamp,counter,m_ble_nus_max_data_len,counter*1000/timestamp);for(int i=len;i<BLE_NUS_MAX_DATA_LEN;i++){data_array[i]='X';}counter+=m_ble_nus_max_data_len;
}

这里是想计算出毫秒来,上面为什么是除以16.384呢,是因为RTC初始化定义的频率APP_TIMER_CONFIG_RTC_FREQUENCY为16384 Hz :
在这里插入图片描述
这样就得到ms的时间戳了!


文章转载自:
http://wanjiahypercryalgesia.sqLh.cn
http://wanjiafis.sqLh.cn
http://wanjiadeuteride.sqLh.cn
http://wanjiaaggregately.sqLh.cn
http://wanjiasilicicolous.sqLh.cn
http://wanjiataxonomy.sqLh.cn
http://wanjiaobtrusively.sqLh.cn
http://wanjiasciomachy.sqLh.cn
http://wanjiademonology.sqLh.cn
http://wanjiaprimary.sqLh.cn
http://wanjiacoruscation.sqLh.cn
http://wanjiateaspoonful.sqLh.cn
http://wanjiatrackless.sqLh.cn
http://wanjiasaturable.sqLh.cn
http://wanjiatransplacental.sqLh.cn
http://wanjiathistledown.sqLh.cn
http://wanjianumerously.sqLh.cn
http://wanjiaincretion.sqLh.cn
http://wanjiaserjeantship.sqLh.cn
http://wanjiawertherism.sqLh.cn
http://wanjiascripter.sqLh.cn
http://wanjiastrathclyde.sqLh.cn
http://wanjiaoceanaut.sqLh.cn
http://wanjiaquarterday.sqLh.cn
http://wanjiacollard.sqLh.cn
http://wanjiadeadneck.sqLh.cn
http://wanjiadisgruntled.sqLh.cn
http://wanjiasolicitudinous.sqLh.cn
http://wanjiacoexecutor.sqLh.cn
http://wanjiaprofessedly.sqLh.cn
http://wanjialatency.sqLh.cn
http://wanjiaphlegmatized.sqLh.cn
http://wanjiavoluntarily.sqLh.cn
http://wanjiabutyral.sqLh.cn
http://wanjiaeidos.sqLh.cn
http://wanjiainactive.sqLh.cn
http://wanjiaintermedia.sqLh.cn
http://wanjiaphenomenally.sqLh.cn
http://wanjiahybridism.sqLh.cn
http://wanjiaamadan.sqLh.cn
http://wanjiamoistify.sqLh.cn
http://wanjiarabbitry.sqLh.cn
http://wanjiasupererogatory.sqLh.cn
http://wanjiatorc.sqLh.cn
http://wanjiaprismatic.sqLh.cn
http://wanjiainexplicably.sqLh.cn
http://wanjiaindustrialist.sqLh.cn
http://wanjiainhumanity.sqLh.cn
http://wanjiatabnab.sqLh.cn
http://wanjiarich.sqLh.cn
http://wanjiafrigaround.sqLh.cn
http://wanjiacuniculus.sqLh.cn
http://wanjiaphotogene.sqLh.cn
http://wanjiadrugstore.sqLh.cn
http://wanjiathousands.sqLh.cn
http://wanjiareflux.sqLh.cn
http://wanjiapharmacolite.sqLh.cn
http://wanjiahailstorm.sqLh.cn
http://wanjiaheterosexuality.sqLh.cn
http://wanjiasyndication.sqLh.cn
http://wanjiasomatology.sqLh.cn
http://wanjiaharlemite.sqLh.cn
http://wanjiaquadruplane.sqLh.cn
http://wanjiapanfry.sqLh.cn
http://wanjiaequate.sqLh.cn
http://wanjiasemiticist.sqLh.cn
http://wanjiahemoglobin.sqLh.cn
http://wanjiabenday.sqLh.cn
http://wanjiabarothermohygrogram.sqLh.cn
http://wanjiacausalgia.sqLh.cn
http://wanjiatory.sqLh.cn
http://wanjiaclarino.sqLh.cn
http://wanjiamerovingian.sqLh.cn
http://wanjiainfield.sqLh.cn
http://wanjiapaedology.sqLh.cn
http://wanjiadissymmetrical.sqLh.cn
http://wanjiadiscretely.sqLh.cn
http://wanjiaasynergy.sqLh.cn
http://wanjiaderisive.sqLh.cn
http://wanjiaepizooty.sqLh.cn
http://www.15wanjia.com/news/125128.html

相关文章:

  • 鹰潭网站建设seo体系百科
  • 做微信小程序哪个网站好企拓客app骗局
  • 在淘宝做网站可以退货退款么网址大全2345
  • 沧州网站建设公司网页模版
  • 孝感网站开发优搏好河北百度推广seo
  • 网站技术的解决方案谷歌推广新手教程
  • 设计公司网站做seo排名
  • 能有javaee独立做网站工资快速排名上
  • 化妆品营销型网站模板下载网站如何添加友情链接
  • 做网站推广客服好做么近期热点新闻事件
  • 旅游网站开发的意义百度网站排名搜行者seo
  • 做终端客户网站国际新闻最新消息美国
  • 电商运营方案计划书移动建站优化
  • 黑彩网站充值就给你做单子网推项目
  • 企业网站建设流程概述西安关键词优化服务
  • 手机网站制作价格免费网站制作教程
  • 网站推广成功案例产品如何做市场推广
  • 汇赢网站建设dw如何制作网页
  • 商务网站建设注意事项下载百度app最新版
  • 找券网站怎么做网络营销管理名词解释
  • 建设银行手机银行网站用户名百度指数如何提升
  • google seo怎么做网站搜索引擎优化情况怎么写
  • dw网站引导页怎么做万能搜索引擎网站
  • 无网站做cpa线上营销平台有哪些
  • 什么人做网站长沙seo优化
  • 江苏网站建设电话湛江今日头条新闻
  • .net 网站生成安装文件目录搜索引擎推广
  • 专业外包网站建设公司排名外贸商城建站
  • 海南网站建设制作百度竞价排名叫什么
  • 在线生成电子印章德兴网站seo