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.

GPIO INTSTAT: Is there an API to read GPIO INTSTAT registers?

Processor: C6747
CCS:  4.1.2.00027
BIOS: 5_41_02_14
PSP: 01_30_01

The wiki "Configuring GPIO Interrupts" states: "When using a bank interrupt you should read the INTSTAT register to see which GPIO interrupts have occurred. Upon servicing that interrupt you must clear the corresponding INTSTAT bit by writing a 1 to it."

In file "Gpio.c" there is a function "Gpio_clearInterruptStatus" that "is used to clear GPIO pin interrupt status" or "is used to clear the interrupt status in a bank"

Is there a GPIO API to read the GPIO INTSTAT registers?

Thank you,
Mike