GPIO_INTEN=dis
GPIO Interrupt Enable Register. Each bit in this register controls the GPIO interrupt enable for the associated pin on the GPIO port.
GPIO_INTEN | Mask of all of the pins on the port. 0 (dis): Interrupts are disabled for this GPIO pin. 1 (en): Interrupts are enabled for this GPIO pin. |