【问题标题】:What is the difference between "interrupt disable command register" and "interrupt clear command register"?“中断禁用命令寄存器”和“中断清除命令寄存器”有什么区别?
【发布时间】:2018-03-06 05:27:31
【问题描述】:

在 AT91SAM9263 数据表中提到了 2 个寄存器:

  • 中断禁用命令寄存器

  • 中断清除命令寄存器

它们之间有什么区别?

【问题讨论】:

    标签: embedded interrupt


    【解决方案1】:

    清除中断意味着告诉系统您已经处理了中断的原因并准备好让系统恢复正常操作(例如下次打断您)。

    禁用中断意味着“永远不要因为这个原因打断我”。直到以及如果您重新启用它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-28
      • 1970-01-01
      • 1970-01-01
      • 2012-02-10
      • 1970-01-01
      • 2017-03-12
      • 1970-01-01
      • 2019-01-02
      相关资源
      最近更新 更多