Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more
Fork of mbed by
NVIC_Type Struct Reference
[Nested Vectored Interrupt Controller (NVIC)]
  Structure type to access the Nested Vectored Interrupt Controller (NVIC). More...
#include <core_cm0.h>
| Data Fields | |
| __IO uint32_t | ISER [1] | 
| __IO uint32_t | ICER [1] | 
| __IO uint32_t | ISPR [1] | 
| __IO uint32_t | ICPR [1] | 
| __IO uint32_t | IP [8] | 
| __IO uint32_t | IABR [8] | 
| __IO uint8_t | IP [240] | 
| __O uint32_t | STIR | 
Detailed Description
Structure type to access the Nested Vectored Interrupt Controller (NVIC).
Definition at line 263 of file core_cm0.h.
Field Documentation
| __IO uint32_t IABR[8] | 
Offset: 0x200 (R/W) Interrupt Active bit Register
Definition at line 289 of file core_cm3.h.
| __IO uint32_t ICER | 
Offset: 0x080 (R/W) Interrupt Clear Enable Register
Definition at line 267 of file core_cm0.h.
| __IO uint32_t ICPR | 
Offset: 0x180 (R/W) Interrupt Clear Pending Register
Definition at line 271 of file core_cm0.h.
| __IO uint32_t IP[8] | 
Offset: 0x300 (R/W) Interrupt Priority Register
Definition at line 274 of file core_cm0.h.
| __IO uint8_t IP[240] | 
Offset: 0x300 (R/W) Interrupt Priority Register (8Bit wide)
Definition at line 291 of file core_cm3.h.
| __IO uint32_t ISER | 
Offset: 0x000 (R/W) Interrupt Set Enable Register
Definition at line 265 of file core_cm0.h.
| __IO uint32_t ISPR | 
Offset: 0x100 (R/W) Interrupt Set Pending Register
Definition at line 269 of file core_cm0.h.
| __O uint32_t STIR | 
Offset: 0xE00 ( /W) Software Trigger Interrupt Register
Definition at line 293 of file core_cm3.h.
Generated on Tue Jul 12 2022 11:27:30 by
 1.7.2
 1.7.2 
    