GPIO_INTEN_SET=no
GPIO Interrupt Enable Set. Writing a 1 to one or more bits in this register sets the bits in the same positions in GPIO_INT_EN to 1, without affecting other bits in that register.
GPIO_INTEN_SET | Mask of all of the pins on the port. 0 (no): No effect. 1 (set): Set GPIO_INT_EN bit in this position to ‘1’ |