| Package | Description |
|---|---|
| emulib.plugins.cpu | |
| emulib.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
CPUContext.clearInterrupt(DeviceContext device,
int mask)
Cancel sending interrupt signal if it was not handled yet.
|
void |
CPUContext.signalInterrupt(DeviceContext device,
int mask)
Send interrupt signal to the CPU.
|
void |
CPUContext.signalRawInterrupt(DeviceContext device,
byte[] data)
Send raw interrupt signal to the CPU.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DeviceContext> |
ContextPool.getDeviceContext(long pluginID,
Class<T> contextInterface)
Get registered device context.
|
<T extends DeviceContext> |
ContextPool.getDeviceContext(long pluginID,
Class<T> contextInterface,
int index)
Get registered device context (extended version).
|
Copyright © 2017. All rights reserved.