Skip to content

Commit

Permalink
Deploying to gh-pages from @ a443ac5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Dec 13, 2024
1 parent 7f3f99b commit 32592bb
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3496,7 +3496,17 @@ <h5 id="_arguments_8">Arguments</h5>
<p>0: notification bitmask corresponding to the interrupt</p>
</li>
<li>
<p>1: desired state (0 = disabled, 1 = enabled)</p>
<p>1: desired state</p>
<div class="ulist">
<ul>
<li>
<p>bit 0: 0 = disabled, 1 = enabled</p>
</li>
<li>
<p>bit 1: 0 = leave pending, 1 = clear pending</p>
</li>
</ul>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -3548,6 +3558,14 @@ <h5 id="_notes_7">Notes</h5>
</li>
</ol>
</div>
<div class="paragraph">
<p>The concept of a "pending" interrupt is inherently specific to a particular
architecture and interrupt controller. On an architecture without a concept of
pending interrupts, bit 1 has no effect. However, on architectures with
level-triggered interrupts from peripherals and a concept of "pending"
interrupts, clearing the pending status when re-enabling may be important for
avoiding a duplicate notification.</p>
</div>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -5714,7 +5732,7 @@ <h2 id="_references">References</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-12-13 22:18:17 UTC
Last updated 2024-12-13 22:40:12 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 32592bb

Please sign in to comment.