Property | Type | Description | |
---|---|---|---|
hardwareDevice | IHardwareDevice | ||
interruptManager | |||
irq | byte |
Method | Description | |
---|---|---|
Disable ( ) : void |
Disables this instance.
|
|
Enable ( ) : void |
Enables this instance.
|
|
InterruptHandler ( |
Initializes a new instance of the InterruptHandler class.
|
public InterruptHandler ( |
||
interruptManager | The interrupt manager. | |
irq | byte | The irq. |
hardwareDevice | IHardwareDevice | The hardware device. |
protected IHardwareDevice hardwareDevice | ||
return | IHardwareDevice |
protected InterruptManager,Mosa.HardwareSystem interruptManager | ||
return |