C# Class Mosa.HardwareSystem.InterruptHandler

Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
hardwareDevice IHardwareDevice
interruptManager InterruptManager
irq byte

Public Methods

Method Description
Disable ( ) : void

Disables this instance.

Enable ( ) : void

Enables this instance.

InterruptHandler ( InterruptManager interruptManager, byte irq, IHardwareDevice hardwareDevice )

Initializes a new instance of the InterruptHandler class.

Method Details

Disable() public method

Disables this instance.
public Disable ( ) : void
return void

Enable() public method

Enables this instance.
public Enable ( ) : void
return void

InterruptHandler() public method

Initializes a new instance of the InterruptHandler class.
public InterruptHandler ( InterruptManager interruptManager, byte irq, IHardwareDevice hardwareDevice )
interruptManager InterruptManager The interrupt manager.
irq byte The irq.
hardwareDevice IHardwareDevice The hardware device.

Property Details

hardwareDevice protected property

protected IHardwareDevice hardwareDevice
return IHardwareDevice

interruptManager protected property

protected InterruptManager,Mosa.HardwareSystem interruptManager
return InterruptManager

irq protected property

protected byte irq
return byte