blob: 2f1b40bf27b4a4e8913ed2c9f71235d6805ba8f2 [file] [log] [blame]
Ewout van Bekkumbd4906c2020-11-11 13:42:13 -08001.. _module-pw_interrupt:
2
3------------
4pw_interrupt
5------------
6Pigweed's interrupt module provides a consistent interface for to determine
7whether one is currently executing in an interrupt context (IRQ or NMI) or not.
8
9.. c:function:: bool InInterruptContext()
10 Returns true if currently executing within an interrupt service routine
11 handling an IRQ or NMI.:w!
12