irq_disable — disables the speicifed IRQ line
#include <irq.h>
void irq_disable (
)
int irq
irq
IRQ line to disable
Disables the IRQ line, so that when the interrupt occurs on the specified IRQ line, the IRQ handler will NOT be invoked.