C# Class Emul8.Peripherals.DMA.OmapDma

Inheritance: IDoubleWordPeripheral
Exibir arquivo Open project: emul8/emul8

Public Methods

Method Description
OmapDma ( ) : System
ReadDoubleWord ( long offset ) : uint
Reset ( ) : void
WriteDoubleWord ( long offset, uint value ) : void

Private Methods

Method Description
getChannelIndex ( long offset ) : uint
getChannelOffset ( long offset, uint index ) : uint
getIndex ( long offset, uint regBaseAddress ) : uint

Method Details

OmapDma() public method

public OmapDma ( ) : System
return System

ReadDoubleWord() public method

public ReadDoubleWord ( long offset ) : uint
offset long
return uint

Reset() public method

public Reset ( ) : void
return void

WriteDoubleWord() public method

public WriteDoubleWord ( long offset, uint value ) : void
offset long
value uint
return void