05-05-2011 05:21 AM
If I wire an array of IRQs {0,1,2} to the "Wait on IRQ" Invoke method with a timeout of -1 does the method wait for all the IRQs or at least one?
05-06-2011 10:03 AM
Hi Richard,
It seems that the function will wait until it receives any one of the interrupts specified within the array.
You can see which one is called from the IRQ asserted array output of the "wait on IRQ" method node.
Best regards,