发布时间:2015-08-19 13:35:43
<h2 style="color:#1F1F1F;font-size:18px;padding:0px;margin:25px 0px 10px;font-family:Arial, Helvetica, sans-serif;line-height:18px;white-space:normal;background-color:#FFFFFF;">http://www.wowotech.net/irq_subsystem/interrupt_subsystem_architecture.html<br /></h2><h2 style="color:#1F1F1F;font-siz.........【阅读全文】
发布时间:2015-08-19 10:51:55
一、为什么要研究中断<br /><span style="background-color:#FFFFFF;color:#323232;font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:20px;">一个合格的linux驱动工程师需要对kernel中的中断子系统有深刻的理解,只有这样,在写具体driver的时候才能:</span><p style="padding-bottom:15px;margin-.........【阅读全文】
发布时间:2015-08-18 16:56:32
一、中断的主要数据结构及其相关函数<br />1. 中断机制的核心数据结构是 irq_desc, 它完整地描述了一条中断线 (或称为 “中断通道” )。<br />struct irq_desc<br />{<br /> unsigned intirq;  .........【阅读全文】
发布时间:2015-08-17 15:36:35
1. <span style="font-family:微软雅黑;font-size:22px;line-height:33px;white-space:normal;background-color:#FFFFFF;">考虑使用专用实时系统<br />2. <span style="font-family:微软雅黑;font-size:22px;line-height:33px;white-space:normal;background-color:#FFFFFF.........【阅读全文】