public class FmInterrupt
extends java.lang.Object
Constructor and Description |
---|
FmInterrupt(com.arm.cmsis.zone.data.ICpInterrupt interrupt,
FmBlock block)
Create Interrupt generator data model element.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfo()
Get brief interrupt description.
|
java.lang.String |
getName()
Get the interrupt name.
|
java.lang.Long |
getNumber()
Get interrupt number.
|
boolean |
isNonSecure()
Get non-secure usage of this interrupt.
|
boolean |
isSecure()
Get secure usage of this interrupt.
|
public FmInterrupt(com.arm.cmsis.zone.data.ICpInterrupt interrupt, FmBlock block)
interrupt
- The storage data model element to wrap.block
- The peripheral register block this interrupt is associated with.public java.lang.String getName()
public java.lang.String getInfo()
public java.lang.Long getNumber()
public boolean isSecure()
public boolean isNonSecure()