C# Class x86CS.Devices.PIT8253

Inheritance: IDevice, INeedsIRQ, IShutdown
Afficher le fichier Open project: cryogen/VM86CS

Méthodes publiques

Méthode Description
OnIRQ ( EventArgs e ) : void
PIT8253 ( ) : System
Read ( ushort address, int size ) : uint
Shutdown ( ) : void
Write ( ushort address, uint value, int size ) : void

Private Methods

Méthode Description
PIT8253TimerCycle ( object sender, EventArgs e ) : void

Method Details

OnIRQ() public méthode

public OnIRQ ( EventArgs e ) : void
e System.EventArgs
Résultat void

PIT8253() public méthode

public PIT8253 ( ) : System
Résultat System

Read() public méthode

public Read ( ushort address, int size ) : uint
address ushort
size int
Résultat uint

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Write() public méthode

public Write ( ushort address, uint value, int size ) : void
address ushort
value uint
size int
Résultat void