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.

MSP432E401Y: SimpleLink GPIO API - Any way to detect which edge caused an interrupt?

Part Number: MSP432E401Y


Is there a ways using SimpleLink SDK GPIO API to detect which edge has caused an ISR in the callback function when both transitions are enabled? Suppose can read the GPIO input (or other register) at the ISR but looking for a direct method to reduce ISR latency. Tx!