如何“安排中断”?在 win32/intel 架构上?

发布于 2024-08-30 07:32:49 字数 154 浏览 4 评论 0原文

我想知道如何安排真正的 ISR正常的win32架构(不是Windows CE!)

可能吗?

I'd like to figure out how to schedule a real ISR on normal win32 architecture (not Windows CE!)

Is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

£烟消云散 2024-09-06 07:32:49

你所说的时间表是什么意思?您可以挂钩硬件中断(并且在大多数情况下您应该保存并调用旧挂钩);您可以手动触发硬件中断 - 但处理这些中断时会产生后果;您可以挂钩其中一个计时器 int,并实现调度机制,但据我所知,您无法“调度 ISR”。

What do you mean by schedule? You can hook a Hardware interrupt (and you should save and call the old hook in most cases); you can trigger a HW interrupt manually - but there consequences when handling those; you can hook one of the timer int's, and implement a scheduling mechanism, but AFAIK you can't "schedule an ISR".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文