1.. _module-pw_interrupt: 2 3------------ 4pw_interrupt 5------------ 6Pigweed's interrupt module provides a consistent interface for determining 7whether your code is currently executing in an interrupt context (IRQ or NMI) 8or not. 9 10.. doxygenfunction:: pw::interrupt::InInterruptContext() 11 12 13.. toctree:: 14 :hidden: 15 :maxdepth: 1 16 17 Backends <backends> 18