next up previous contents index
Next: 6.15.8 osenv_irq_pending: Determine if Up: 6.15 Hardware Interrupts Previous: 6.15.6 osenv_irq_disable: Disable a

6.15.7 osenv_irq_enable: Enable a single interrupt line

 

SYNOPSIS

void osenv_irq_enable(int irq);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

This allows the specified interrupt to be received, provided interrupts are enabled. (e.g., osenv_intr_enabled also returns true)

PARAMETERS

irq
The physical interrupt line.



University of Utah Flux Research Group