C# Class Mosa.HardwareSystem.InterruptHandler

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Свойство Type Description
hardwareDevice IHardwareDevice
interruptManager InterruptManager
irq byte

Méthodes publiques

Méthode 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 méthode

Disables this instance.
public Disable ( ) : void
Résultat void

Enable() public méthode

Enables this instance.
public Enable ( ) : void
Résultat void

InterruptHandler() public méthode

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_oe property

protected IHardwareDevice hardwareDevice
Résultat IHardwareDevice

interruptManager protected_oe property

protected InterruptManager,Mosa.HardwareSystem interruptManager
Résultat InterruptManager

irq protected_oe property

protected byte irq
Résultat byte