Skip to main content

unregister_irq

Function unregister_irq 

Source
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.