pub unsafe fn unregister_irq(vector: usize) -> Result<(), Error>Expand description
Unregister all IRQ handlers for the given vector.
vector - The IRQ vector to unregister the handlers for.
ยงSafety
- This function must not be called from an IRQ context.