• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _module-pw_interrupt:
2
3------------
4pw_interrupt
5------------
6.. pigweed-module::
7   :name: pw_interrupt
8
9Pigweed's interrupt module provides a consistent interface for determining
10whether your code is currently executing in an interrupt context (IRQ or NMI)
11or not.
12
13.. doxygenfunction:: pw::interrupt::InInterruptContext()
14
15
16.. toctree::
17   :hidden:
18   :maxdepth: 1
19
20   backends
21