C# Class Mosa.DeviceDriver.ISA.PIT

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

Protected Properties

Свойство Type Description
counter0Divisor IReadWriteIOPort
modeControlPort IReadWriteIOPort
tickCount uint

Méthodes publiques

Méthode Description
GetTickCount ( ) : uint

Gets the tick count.

OnInterrupt ( ) : bool

Called when an interrupt is received.

PIT ( ) : Mosa.HardwareSystem

Initializes a new instance of the PIT class.

Setup ( HardwareResources hardwareResources ) : bool

Setups this hardware device driver

Start ( ) : DeviceDriverStartStatus

Starts this hardware device.

Method Details

GetTickCount() public méthode

Gets the tick count.
public GetTickCount ( ) : uint
Résultat uint

OnInterrupt() public méthode

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

PIT() public méthode

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

Setup() public méthode

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

Start() public méthode

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

Property Details

counter0Divisor protected_oe property

protected IReadWriteIOPort counter0Divisor
Résultat IReadWriteIOPort

modeControlPort protected_oe property

protected IReadWriteIOPort modeControlPort
Résultat IReadWriteIOPort

tickCount protected_oe property

protected uint tickCount
Résultat uint