next up previous contents index
Next: 8.15.8 osenv_irq_pending: Determine if Up: 8.15 Hardware Interrupts Previous: 8.15.6 osenv_irq_disable: Disable a

8.15.7 osenv_irq_enable: Enable a single interrupt line

 

SYNOPSIS

void osenv_irq_enable(int irq);

DIRECTION

Component tex2html_wrap_inline36701 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.



Utah Flux Research Group