C# Class Emul8.Peripherals.DMA.OmapDma

Inheritance: IDoubleWordPeripheral
Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
OmapDma ( ) : System
ReadDoubleWord ( long offset ) : uint
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void

Private Methods

Méthode Description
getChannelIndex ( long offset ) : uint
getChannelOffset ( long offset, uint index ) : uint
getIndex ( long offset, uint regBaseAddress ) : uint

Method Details

OmapDma() public méthode

public OmapDma ( ) : System
Résultat System

ReadDoubleWord() public méthode

public ReadDoubleWord ( long offset ) : uint
offset long
Résultat uint

Reset() public méthode

public Reset ( ) : void
Résultat void

WriteDoubleWord() public méthode

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
Résultat void