int osenv_irq_pending(int irq);
Component OS, Nonblocking
Determine if an interrupt is pending for the specified interrupt line.
irq The physical interrupt line.
Returns 1 if an interrupt is pending for the indicated line, 0 otherwise.