[][src]Function hermit::irq::nested_enable

pub fn nested_enable(was_enabled: bool)

Enable IRQs (nested)

Can be used in conjunction with nested_disable() to only enable interrupts again if they were enabled before.