C# Class x86CS.Devices.DMAController

Inheritance: IDevice
Afficher le fichier Open project: cryogen/VM86CS Class Usage Examples

Méthodes publiques

Méthode Description
DMAController ( ) : System
DoTransfer ( int channel, byte data ) : void
Read ( ushort address, int size ) : uint
Write ( ushort address, uint value, int size ) : void

Private Methods

Méthode Description
Reset ( ) : void
SetAddressOrCount ( byte index, byte value ) : void

Method Details

DMAController() public méthode

public DMAController ( ) : System
Résultat System

DoTransfer() public méthode

public DoTransfer ( int channel, byte data ) : void
channel int
data byte
Résultat void

Read() public méthode

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

Write() public méthode

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