This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C129ENCPDT: ISR for interrupts from two gpio's

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL

Hi, I have two sensors which would output a digital pulse and that's fed to two gpios which are configured as input, I have initialised interrupt on both the gpios. my interrupt handler should trigger when any of the two sensors gives a pulse(high) and wait for the second sensor to give pulse (high), make a decision considering which gpio had high pulse first.