Interrupt handling utilities for embedded systems.
Main docs: Home
Functions | |
| bool | pw::interrupt::InInterruptContext () |
| Checks if the currently executing code is within an interrupt service routine handling an interrupt request (IRQ) or non-maskable interrupt (NMI). | |
| bool pw::interrupt::InInterruptContext | ( | ) |
Checks if the currently executing code is within an interrupt service routine handling an interrupt request (IRQ) or non-maskable interrupt (NMI).
true if the currently executing code is in an interrupt context. false if not.