Forums:
Hi,
I have digital input component (SW) configured for 3 inputs (One, Two, Three) sharing the same falling edge interrupt isr_SW. Physically they all connected to P0[0], P0[1], P0[2] - same PSOC 4000 device port.
How can I determine which pin (for example "SW_One") triggered interrupt from within an isr_SW handler?
Alex