Set an exclusive interrupt handler for an interrupt on the executing core. Use this method to set a handler for single IRQ source interrupts, or when your code, use case or performance requirements dictate that there should no other handlers for the interrupt. This method will assert if there is already any sort of interrupt handler installed for the specified irq number.