Chinaunix首页 | 论坛 | 博客
  • 博客访问: 170161
  • 博文数量: 27
  • 博客积分: 566
  • 博客等级: 中士
  • 技术积分: 487
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-07 19:07
文章分类

全部博文(27)

文章存档

2013年(23)

2012年(1)

2007年(3)

我的朋友

发布时间:2013-04-04 16:08:24

摘要:    本文简单介绍了Contiki系统5种定时器用途,进而着重介绍etimer,并图示timerlist.一、定时器概述    Contiki包含一个时钟模型和5个定时器模型(timer, stimer, ctimer, etimer, and rtimer)[1],5种timer简述如下:timer--be used to .........【阅读全文】

阅读(2374) | 评论(0) | 转发(1)

发布时间:2013-04-04 16:04:16

摘要:    process_run用于处理系统所有needspoll标记为1的进程及处理事件队列的下一个事件。本文深入原码,详细分析,也包括do_poll和do_event函数。一、运行process_runint main(){  dbg_setup_uart();  usart_puts("Initi.........【阅读全文】

阅读(2189) | 评论(0) | 转发(1)

发布时间:2013-04-04 11:11:55

摘要:    本文介绍了Contiki主要数据结构之事件,深入源码分析事件结构体,图示事件队列,并介绍事件处理和新事件加入是如何影响事件队列的。一、事件1.1 事件结构体事件也是Contiki重要的数据结构,其定义如下:struct event_data.........【阅读全文】

阅读(1204) | 评论(0) | 转发(1)

发布时间:2013-04-04 08:11:44

 Contiki type C type Definition location example process_event_t unsigned char core/sys/process.h process_data_t .........【阅读全文】

阅读(1333) | 评论(0) | 转发(2)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册