next up previous contents index
Next: 6.16 Sleep/Wakeup Up: 6.15 Hardware Interrupts Previous: 6.15.7 osenv_irq_enable: Enable a

6.15.8 osenv_irq_pending: Determine if an interrupt is pending for a single line

 

SYNOPSIS

int osenv_irq_pending(int irq);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

Determine if an interrupt is pending for the specified interrupt line.

PARAMETERS

irq
The physical interrupt line.

RETURNS

Returns 1 if an interrupt is pending for the indicated line, 0 otherwise.



University of Utah Flux Research Group