C# Class Mosa.DeviceDriver.PCI.Intel.QuarkSoC.IntelHSUART

Inheritance: Mosa.DeviceSystem.HardwareDevice
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
IntelHSUART ( ) : Mosa.HardwareSystem

Initializes a new instance of the IntelHSUART class.

OnInterrupt ( ) : bool

Called when an interrupt is received.

Setup ( Mosa.DeviceSystem.HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

Method Details

IntelHSUART() public method

Initializes a new instance of the IntelHSUART class.
public IntelHSUART ( ) : 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 ( Mosa.DeviceSystem.HardwareResources hardwareResources ) : bool
hardwareResources Mosa.DeviceSystem.HardwareResources
return bool

Start() public method

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