- 8
- 0
- 约2.01万字
- 约 40页
- 2017-01-11 发布于贵州
- 举报
ecos eCos Interrupt Model
导读:就爱阅读网友为您分享以下“eCos Interrupt Model”资讯,希望对您有所帮助,感谢您对92的支持!
Chapter 8. eCos Interrupt Model
This chapter describes the eCos interrupt model in detail.
Interrupt handling is an important part of most real-time systems. Timely handling of
interrupt sources is important. This can be severely impacted by certain activities that must be considered atomic (i.e. uninterruptible). Typically these activities are executed with interrupts disabled. In order to keep such activities to a minimum and allow for the smallest possible interrupt latencies, eCos uses a split int
原创力文档

文档评论(0)