pub fn enable_interrupts()
Expand description

Unconditionally enables regular interrupts (IRQs), not NMIs or fast interrupts (FIQs on aarch64).

To enable fast interrupts (FIQs) on aarch64, use the [enable_fast_interrupts()] interrupts.