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

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

Méthodes publiques

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

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

Start() public méthode

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