GPIO_INT_STAT=no
GPIO Interrupt Status Register. Each bit in this register contains the pending interrupt status for the associated GPIO pin in this port.
GPIO_INT_STAT | Mask of all of the pins on the port. 0 (no): No Interrupt is pending on this GPIO pin. 1 (pending): An Interrupt is pending on this GPIO pin. |