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

Inheritance: Mosa.HardwareSystem.HardwareDevice
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Intel82540EM ( ) : Mosa.HardwareSystem

Initializes a new instance of the Intel82540EM 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

Intel82540EM() public method

Initializes a new instance of the Intel82540EM class.
public Intel82540EM ( ) : Mosa.HardwareSystem
return Mosa.HardwareSystem

OnInterrupt() public method

Called when an interrupt is received.
public OnInterrupt ( ) : bool
return bool

Setup() public method

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

Start() public method

Starts this hardware device.
public Start ( ) : DeviceDriverStartStatus
return DeviceDriverStartStatus