GPIO_INT_MOD=level
GPIO Interrupt Mode Register. Each bit in this register controls the interrupt mode setting for the associated GPIO pin on this port.
GPIO_INT_MOD | 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. |