pub(crate) fn irq_is_enabled() -> bool
Expand description
Trivial safe wrapper for
irq_is_enabled
Returns true if interrupts are currently enabled
Note that this only returns reliable values when called from a thread context.
pub(crate) fn irq_is_enabled() -> bool
Trivial safe wrapper for
irq_is_enabled
Returns true if interrupts are currently enabled
Note that this only returns reliable values when called from a thread context.