SN32F260 Series
32-Bit Cortex-M0 Micro-Controller
SONiX TECHNOLOGY CO., LTD Page 27 Version 1.5
GPIO interrupt status of port 3
GPIO interrupt status of port 2
GPIO interrupt status of port 1
GPIO interrupt status of port 0
2.3.2 NVIC REGISTERS
2.3.2.1 IRQ0~31 Interrupt Set-Enable Register (NVIC_ISER)
Address: 0xE000 E100 (Refer to Cortex-M0 Spec.)
The ISER enables interrupts, and shows the interrupts that are enabled.
Interrupt set-enable bits.
Write 0: No effect
1: Enable interrupt.
Read 0: Interrupt disabled
1: Interrupt enabled.
2.3.2.2 IRQ0~31 Interrupt Clear-Enable Register (NVIC_ICER)
Address: 0xE000 E180 (Refer to Cortex-M0 Spec.)
The ICER disables interrupts, and shows the interrupts that are enabled.
Interrupt clear-enable bits.
Write 0: No effect
1: Disable interrupt.