Function enable_irqs

Source
pub fn enable_irqs(timer_irq_num: usize)
Expand description

Enable timer interrupts.

It should be called on all CPUs, as the timer interrupt is a PPI (Private Peripheral Interrupt).