Package | Description |
---|---|
caoss.simulator.hardware |
Modifier and Type | Method and Description |
---|---|
static Interrupt |
Interrupt.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Interrupt[] |
Interrupt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CPUCore.handleInterrupt(Interrupt interrupt)
Handle an interrupt
|
void |
SimpleCPUCore.handleInterrupt(Interrupt interrupt) |
void |
AbstractInterruptController.handleInterrupt(Interrupt interrupt)
Handle the given interrupt to a CPU core
|