CMSIS-Zone
Version 1.2.0-alpha
System Resource Management
|
The interrupt[n] sequence element lists all interrupt sources available in the system.
Parent Element | Element Chain | ||
---|---|---|---|
system | system element s | ||
Child Elements | Description | Type | |
.interrupt[n].name | The name of this interrupt. | xs:string | |
.interrupt[n].irqn | The interrupt number. | NonNegativeInteger | |
.interrupt[n].security | The security setting for this interrupt. | SecurityTypeEnum/xs:string | |
.interrupt[n].security.s | Peripheral with related interrupt is assigned to "secure" state. | xs:boolean | |
.interrupt[n].security.n | Peripheral with related interrupt is assigned to "non-secure" state. | xs:boolean | |
.interrupt[n].info | Brief description of the interrupt source. | xs:string |