aboutsummaryrefslogtreecommitdiff
path: root/pw_interrupt/docs.rst
blob: 711dcf1f5925ec9b74c5e437213c167349df3815 (plain)
1
2
3
4
5
6
7
8
9
10
.. _module-pw_interrupt:

------------
pw_interrupt
------------
Pigweed's interrupt module provides a consistent interface for determining
whether your code is currently executing in an interrupt context (IRQ or NMI)
or not.

.. doxygenfunction:: pw::interrupt::InInterruptContext()