Name

irq_disable — disables the speicifed IRQ line

Synopsis

#include <irq.h>   
void irq_disable (irq); 
int irq;
 

Arguments

irq

IRQ line to disable

Description

Disables the IRQ line, so that when the interrupt occurs on the specified IRQ line, the IRQ handler will NOT be invoked.