Function send_ipi

pub fn send_ipi(irq_num: usize, target: IpiTarget)
Available on crate features irq and ipi only.
Expand description

Sends an inter-processor interrupt (IPI) to the specified target CPU or all CPUs.