C# Class Mosa.DeviceDriver.PCI.Intel.Intel82541EI

Inheritance: Mosa.HardwareSystem.HardwareDevice
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
Intel82541EI ( ) : Mosa.HardwareSystem

Initializes a new instance of the Intel82541EI class.

OnInterrupt ( ) : bool

Called when an interrupt is received.

Setup ( HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

Method Details

Intel82541EI() public méthode

Initializes a new instance of the Intel82541EI class.
public Intel82541EI ( ) : Mosa.HardwareSystem
Résultat Mosa.HardwareSystem

OnInterrupt() public méthode

Called when an interrupt is received.
public OnInterrupt ( ) : bool
Résultat bool

Setup() public méthode

Setups this hardware device driver
public Setup ( HardwareResources hardwareResources ) : bool
hardwareResources Mosa.HardwareSystem.HardwareResources
Résultat bool

Start() public méthode

Starts this hardware device.
public Start ( ) : DeviceDriverStartStatus
Résultat DeviceDriverStartStatus