GPIO_INTMODE=level
GPIO Interrupt Mode Register. Each bit in this register controls the interrupt mode setting for the associated GPIO pin on this port.
GPIO_INTMODE | Mask of all of the pins on the port. 0 (level): Interrupts for this pin are level triggered. 1 (edge): Interrupts for this pin are edge triggered. |