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

Inheritance: Mosa.DeviceSystem.HardwareDevice
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
IntelGPIOController ( ) : Mosa.HardwareSystem

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

IntelGPIOController() public method

Initializes a new instance of the IntelGPIOController class.
public IntelGPIOController ( ) : 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